Update README.md

This commit is contained in:
Jori Lallo
2018-01-01 12:26:04 -08:00
committed by GitHub
parent 04e146993b
commit a8865e5ce9

View File

@@ -88,7 +88,7 @@ Backend is driven by [Koa](http://koajs.com/) (API, web server), [Sequelize](htt
We aim to have sufficient test coverage for critical parts of the application and aren't aiming for 100% unit test coverage. All API endpoints and anything authentication related should be thoroughly tested, and it's generally good to add tests for backend features and code.
To add new tests, write your tests with [Jest](https://facebook.github.io/jest/) add a file with `.test.js` extension next to the tested code.
To add new tests, write your tests with [Jest](https://facebook.github.io/jest/) and add a file with `.test.js` extension next to the tested code.
```shell
# To run all tests