Skip to content

Commit f8aee8a

Browse files
committed
Move jest config to package.json
1 parent 3302a56 commit f8aee8a

2 files changed

Lines changed: 5 additions & 9 deletions

File tree

jest.config.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,9 @@
3434
"test:coverage": "jest --coverage",
3535
"test:watch": "jest --watch"
3636
},
37-
"license": "MIT"
37+
"license": "MIT",
38+
"jest": {
39+
"collectCoverageFrom": ["src/**/*.js"],
40+
"testMatch": ["<rootDir>/tests/**/*.js"]
41+
}
3842
}

0 commit comments

Comments
 (0)