Skip to content

Commit

Permalink
docs(testings.md): added testing doc to run down requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrellRichards committed Jul 8, 2020
1 parent f3bdc44 commit 4dc0672
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions TESTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#### This File is early stages and will be updated

# Testing Requirements
- At least 80% code coverage is required for all tests.
- Follow the recommended guidelines for Front-End [Testing](https://angular.io/guide/testing)
- Follow the recommended guidesline for Back-End [Testing](https://jestjs.io/)


## Running Front-End unit tests
- Run `npm run test:front` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Running Back-End unit tests
- Run `npm run test:node` to execute the unit tests via [Jest](https://jestjs.io/).

## Running All Tests
- Run `npm run test` to execute the unit tests.

0 comments on commit 4dc0672

Please sign in to comment.