We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2542750 commit 38007a3Copy full SHA for 38007a3
.eslintrc
@@ -40,6 +40,7 @@
40
"files": [
41
"babel.config.js",
42
"gulpfile.js",
43
+ "jest.config.js",
44
"karma.conf.js",
45
"script/*.js",
46
"webpack.config.js"
jest.config.js
@@ -1,6 +1,3 @@
1
-/* eslint-env node */
2
-/* eslint-disable import/no-commonjs */
3
-
4
module.exports = {
5
clearMocks: true,
6
moduleNameMapper: {
0 commit comments