Skip to content

Commit 04a30a3

Browse files
committed
wip
1 parent f5e8736 commit 04a30a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default {
1515
testRegex: '(/__test__/.*|/tests/.*|(\\.|/)(test|spec))\\.[tj]sx?$',
1616
testPathIgnorePatterns: [ '/node_modules/', '/dist/' ],
1717
moduleFileExtensions: [ 'ts', 'tsx', 'js', 'jsx', 'json' ],
18-
moduleNameMapper: pathsToModuleNameMapper(tsConfigPaths, { prefix: currentDir + '/' }),
18+
moduleNameMapper: pathsToModuleNameMapper(tsConfigPaths, { prefix: currentDir }),
1919

2020
coverageDirectory: './coverage',
2121
coverageReporters: [ 'html', 'text' ],

0 commit comments

Comments
 (0)