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

Automated tests #183

Open
laras126 opened this issue Apr 14, 2020 · 0 comments
Open

Automated tests #183

laras126 opened this issue Apr 14, 2020 · 0 comments
Labels
addition New feature or request

Comments

@laras126
Copy link
Contributor

The Node scripts are tested but tests must be run manually. These should be automated with continuous integration via a tool like Travis, Github actions, or other.

We are using Jest for our testing and to run all tests, from the root of the monorepo:

lerna bootstrap
npm run test
@laras126 laras126 added the addition New feature or request label Apr 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addition New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant