Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit ec7db42

Browse files
chore(jest): create config file (#401)
1 parent add7ef0 commit ec7db42

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

jest.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = {
2+
testEnvironment: 'node',
3+
testPathIgnorePatterns: [
4+
'<rootDir>/node_modules/',
5+
'<rootDir>/src/templates/',
6+
],
7+
};

package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,5 @@
6767
"jest-image-snapshot": "2.8.1",
6868
"release-it": "10.4.1",
6969
"walk-sync": "1.1.3"
70-
},
71-
"jest": {
72-
"testPathIgnorePatterns": [
73-
"<rootDir>/node_modules/",
74-
"<rootDir>/src/templates/"
75-
],
76-
"testEnvironment": "node"
7770
}
7871
}

0 commit comments

Comments
 (0)