Skip to content

Commit

Permalink
extend default resolution for vue
Browse files Browse the repository at this point in the history
  • Loading branch information
pokornyd committed Dec 11, 2023
1 parent 650c018 commit 18a8505
Show file tree
Hide file tree
Showing 6 changed files with 1,423 additions and 52 deletions.
3 changes: 3 additions & 0 deletions jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'jsdom',
testEnvironmentOptions: {
customExportConditions: ["node", "node-addons"],
},
extensionsToTreatAsEsm: ['.ts'],
moduleNameMapper: {
'^(\\.{1,2}/.*)\\.js$': '$1',
Expand Down
Loading

0 comments on commit 18a8505

Please sign in to comment.