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

review issue: Automated tests #3

Closed
andytwoods opened this issue Oct 23, 2018 · 1 comment
Closed

review issue: Automated tests #3

andytwoods opened this issue Oct 23, 2018 · 1 comment

Comments

@andytwoods
Copy link

As per openjournals/joss-reviews#1044

Can you explicitly spell out how to run the tests. Ideally I could copy/paste.

@davekinkead
Copy link
Owner

Test instructions have been updated in 54844fa.

Try the following three commands from the project dir...

npm install
npm install --only=dev
npm test

The first installs production dependencies required to build the software. The second the dependencies to run the tests. The third to trigger the automated test suite.

None of this is required to actually use the software however.

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

No branches or pull requests

2 participants