Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
kenfdev committed Oct 14, 2022
1 parent eb2e045 commit cbdab66
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions jest.config.js
@@ -1,13 +1,6 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest/presets/js-with-ts-esm',
globals: {
'ts-jest': {
useESM: true,
},
},
moduleNameMapper: {
'^(\\.{1,2}/.*)\\.js$': '$1',
},
transformIgnorePatterns: ["/node_modules/(?!@planetscale)"],
testEnvironment: 'node',
};

0 comments on commit cbdab66

Please sign in to comment.