Skip to content

Commit 38007a3

Browse files
committed
Add jest config to node configuration overrides
1 parent 2542750 commit 38007a3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"files": [
4141
"babel.config.js",
4242
"gulpfile.js",
43+
"jest.config.js",
4344
"karma.conf.js",
4445
"script/*.js",
4546
"webpack.config.js"

jest.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
/* eslint-env node */
2-
/* eslint-disable import/no-commonjs */
3-
41
module.exports = {
52
clearMocks: true,
63
moduleNameMapper: {

0 commit comments

Comments
 (0)