Skip to content

Commit daa4d5f

Browse files
committed
add coverage docs
1 parent 1c5a35d commit daa4d5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ Unit tests can be written using Jest. To execute the test suite, run `npm test`
4444
- Tests should use the `when / then` pattern made up of composable `describe` statements
4545
- Make use of `beforeEach` to set up state before each test
4646

47+
After running the tests, you can find code coverage in the `./coverage/` folder.
48+
4749
### When / Then testing pattern
4850

4951
Tests should be broken down into a series of `describe` statements, which set up their own internal state when possible.

0 commit comments

Comments
 (0)