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 c352b50 commit 3336682Copy full SHA for 3336682
jest.config.js
@@ -3,6 +3,6 @@ export default {
3
testEnvironment: 'jsdom',
4
setupFiles: ['<rootDir>/node_package/tests/jest.setup.js'],
5
moduleNameMapper: {
6
- '^(\\.{1,2}/.*)\\.js$': '$1'
+ '^(\\.{1,2}/.*)\\.js$': '$1',
7
},
8
};
0 commit comments