Skip to content

Commit d240fc7

Browse files
committed
update docs
1 parent 1d4cde2 commit d240fc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ This project **requires 100% test coverage** of code.
2424

2525
Unit tests should exist in the `__tests__` directory. They are powered by `jest`.
2626

27+
An important note about tests is that you might get a warning/error when running `npm run test` related to problems with the coverage badge due to network troubles. If this is the case, please swap to using `npm run ci-test` instead. This will run the tests and generate the coverage report without trying to create a coverage badge.
28+
2729
## Bundling
2830

2931
The final commit should always be a bundle of the code. This is done by running the following command:

0 commit comments

Comments
 (0)