We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5a35d commit daa4d5fCopy full SHA for daa4d5f
CONTRIBUTING.md
@@ -44,6 +44,8 @@ Unit tests can be written using Jest. To execute the test suite, run `npm test`
44
- Tests should use the `when / then` pattern made up of composable `describe` statements
45
- Make use of `beforeEach` to set up state before each test
46
47
+After running the tests, you can find code coverage in the `./coverage/` folder.
48
+
49
### When / Then testing pattern
50
51
Tests should be broken down into a series of `describe` statements, which set up their own internal state when possible.
0 commit comments