Add yarn run test command

This commit is contained in:
2020-11-08 16:16:44 -06:00
parent bf5d8b18b5
commit 570853402e
3 changed files with 4 additions and 5 deletions

View File

@@ -74,8 +74,7 @@ All tests are written expressively using the Mocha testing library.
After installing the Node dependencies, you can run the frontend and backend tests like so:
```shell script
yarn run test_frontend
yarn run test_backend
yarn run test
```
## Works Cited