We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60805ba commit 640e462Copy full SHA for 640e462
1 file changed
package.json
@@ -92,7 +92,8 @@
92
"<rootDir>/tests/unit/js/"
93
],
94
"moduleNameMapper": {
95
- "\\.(css|less)$": "<rootDir>/tests/unit/js/styleMock.js"
+ "\\.(css|less)$": "<rootDir>/tests/unit/js/styleMock.js",
96
+ "sinon": "<rootDir>/node_modules/sinon/pkg/sinon.js"
97
},
98
"setupFiles": [
99
"<rootDir>/tests/unit/js/setup.js"
0 commit comments