Skip to content

Commit

Permalink
fix jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed Apr 24, 2024
1 parent 1614a60 commit 262fed0
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 @@ -8,7 +8,7 @@

'use strict';

const tsconfig = require('./tsconfig.json');
const tsconfig = require('./tsconfig.test.paths.json');

const common = {
modulePathIgnorePatterns: ['/npm'],
Expand Down

0 comments on commit 262fed0

Please sign in to comment.