Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
patinthehat committed Nov 17, 2024
1 parent f5e8736 commit 04a30a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default {
testRegex: '(/__test__/.*|/tests/.*|(\\.|/)(test|spec))\\.[tj]sx?$',
testPathIgnorePatterns: [ '/node_modules/', '/dist/' ],
moduleFileExtensions: [ 'ts', 'tsx', 'js', 'jsx', 'json' ],
moduleNameMapper: pathsToModuleNameMapper(tsConfigPaths, { prefix: currentDir + '/' }),
moduleNameMapper: pathsToModuleNameMapper(tsConfigPaths, { prefix: currentDir }),

coverageDirectory: './coverage',
coverageReporters: [ 'html', 'text' ],
Expand Down

0 comments on commit 04a30a3

Please sign in to comment.