Skip to content

dishzero/DishZero

 
 

Repository files navigation

Dishzero

Running tests

As of right now, only the frontend has tests setup. Follow these steps to run the tests:

  1. Install dependencies cd app && npm install
  2. To run all the tests, npm run test
  3. To run a single test and re-run it as you work, npm run test TESTNAME -- --watch

For example, if you are making changes to AuthContext.tsx, you can run npm run test AuthContext -- --watch. As you make changes to the source code, the tests will rerun.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.6%
  • CSS 3.4%
  • Shell 1.7%
  • HTML 0.7%
  • Python 0.4%
  • JavaScript 0.2%