Skip to content

Commit c6db2ab

Browse files
committed
chore: mention the test file in README
1 parent 5767ff8 commit c6db2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ To run the tests run:
245245
npm test
246246
```
247247

248-
If you want to add any feature or change existing features, you _must_ run the tests to make sure you didn't break anything else. Any pull request (PR) needs to have updated passing tests for feature changes (or new passing tests for new features), otherwise the PR won't be accepted. See [contributing](CONTRIBUTING.md) for more information.
248+
If you want to add any feature or change existing features, you _must_ run the tests to make sure you didn't break anything else. Any pull request (PR) needs to have updated passing tests for feature changes (or new passing tests for new features) in `src/tests.ts`, otherwise the PR won't be accepted. See [contributing](CONTRIBUTING.md) for more information.
249249

250250
## People
251251

0 commit comments

Comments
 (0)