Skip to content

Commit 00396e0

Browse files
committed
Update test configuration
1 parent 8ddf856 commit 00396e0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

jest-config.json

-4
This file was deleted.

jest.config.js

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = {
2+
testRegex: '.+\\.test\\.js',
3+
testEnvironment: 'node',
4+
};

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"author": "Eetu Tuomala (https://sc5.io)",
77
"scripts": {
8-
"test": "jest --config jest-config.json",
8+
"test": "jest",
99
"lint": "eslint ."
1010
},
1111
"repository": {

0 commit comments

Comments
 (0)