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 f5e8736 commit 04a30a3Copy full SHA for 04a30a3
jest.config.js
@@ -15,7 +15,7 @@ export default {
15
testRegex: '(/__test__/.*|/tests/.*|(\\.|/)(test|spec))\\.[tj]sx?$',
16
testPathIgnorePatterns: [ '/node_modules/', '/dist/' ],
17
moduleFileExtensions: [ 'ts', 'tsx', 'js', 'jsx', 'json' ],
18
- moduleNameMapper: pathsToModuleNameMapper(tsConfigPaths, { prefix: currentDir + '/' }),
+ moduleNameMapper: pathsToModuleNameMapper(tsConfigPaths, { prefix: currentDir }),
19
20
coverageDirectory: './coverage',
21
coverageReporters: [ 'html', 'text' ],
0 commit comments