Skip to content

Commit

Permalink
Fix jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
neki-dev committed Feb 16, 2024
1 parent 5af86c5 commit e3b3792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
moduleNameMapper: {
...alias.fromFile(__dirname, './tsconfig.json').toJest(),
'(.*)\\?worker': './$1',
'^phaser3spectorjs': require.resolve('phaser3spectorjs'),
},
testRegex: '\\.test\\.tsx?$',
setupFiles: ['jest-canvas-mock'],
Expand Down

0 comments on commit e3b3792

Please sign in to comment.