Skip to content

Commit

Permalink
docs(testing.md): removed comment of early stages
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrellRichards committed Jul 9, 2020
1 parent 95d4862 commit f4ccdb9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions TESTING.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#### 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 guidelines for Back-End [Testing](https://jestjs.io/)

- Follow the recommended guidelines for Front-End [Testing](https://angular.io/guide/testing).
- Follow the recommended guidelines 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).
Expand Down

0 comments on commit f4ccdb9

Please sign in to comment.