Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Commit

Permalink
chore: only run tests in the test directory
Browse files Browse the repository at this point in the history
Makes sure that only tests in the `test` directory are run.
  • Loading branch information
thewilkybarkid authored Jan 10, 2020
1 parent 4e7199d commit 9a130a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
rootDir: 'test',
transform: {
'^.+\\.ts$': 'ts-jest',
},
Expand Down

0 comments on commit 9a130a9

Please sign in to comment.