Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add continuous integration #6

Open
wants to merge 2 commits into
base: version/4.0
Choose a base branch
from

Conversation

BackdoorTech
Copy link

  1. add jest
  2. add puppeteer
  3. add unit test
  4. add functional test
  5. add github actions
  6. add file .env.example don't forget to create .env file locally use the default setting in the .env.example
  7. change tsconfig.json -> strict = false
  8. change tsconfig.json -> moduleResolution = Node
  9. change TableColumn interface, the attribute index is no longer required, because it was not set while creating connection in the example/index.html

Peter Maquiran added 2 commits February 22, 2022 12:54
add jest
add puppeteer
add unit test
add functional test
add github actions
add file .env.example don't forget to create .env file locally use the default setting in the .env.example
change tsconfig.json -> strict = false
change tsconfig.json -> moduleResolution = Node
change TableColumn interface, the attribute index is no longer required, because it was not set while creating connection in the example/index.html
remove brackets
rename required to unique in the test description
Copy link
Author

@BackdoorTech BackdoorTech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done!

example/index.html Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant