Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 278 Bytes

testing-the-website.md

File metadata and controls

10 lines (6 loc) · 278 Bytes

Testing

After you are finished developing and making your changes, make sure to test them. Run:

npm test

npm test runs both eslint and mocha tests. If your tests pass, commit and push your work to Github.