Reorganize file locations/directory structure (#270)

Reorganize file locations
This commit is contained in:
Michael Abashian
2019-06-19 11:41:14 -04:00
committed by GitHub
parent e3cb8d0447
commit ee56e9ccfb
229 changed files with 478 additions and 317 deletions

View File

@@ -24,6 +24,6 @@ To run the unit tests on files that you've changed:
* `npm test`
To run a single test (in this case the login page test):
* `npm test -- __tests__/pages/Login.test.jsx`
* `npm test -- testUtils/pages/Login.test.jsx`
**note:** Once the test watcher is up and running you can hit `a` to run all the tests