You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: