Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ddzz committed Oct 22, 2022
1 parent c4f1d24 commit 3e1b506
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions jest.config.cjs
Expand Up @@ -6,10 +6,7 @@ module.exports = {
testEnvironment: 'node',
testMatch: ['<rootDir>/test/**/*-test.ts'],
transform: {
'^.+\\.tsx?$': [
'ts-jest',
{ useESM: true },
],
'^.+\\.tsx?$': ['ts-jest', { useESM: true }],
},
moduleNameMapper: {
'^(\\.{1,2}/.*)\\.js$': '$1',
Expand Down

0 comments on commit 3e1b506

Please sign in to comment.