Update README.md

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

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/) add a file with `.test.js` extension next to the tested code.
```shell
# To run all tests