Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcrair committed Apr 16, 2024
1 parent 9918f3b commit 586f188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ To run a specific test:
npm test testName
```

We have achieved 87% statement coverage.
We have achieved 89% statement coverage.

To add a test, add a file to `__tests__/` with the file extension `.t.js`. This file will contain the tests themselves, and we are using Jest for testing — so any correctly formatted Jest test will work.

Expand Down

0 comments on commit 586f188

Please sign in to comment.