Skip to content

Commit

Permalink
chore(internal): change jest exclude patterns (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored and cleb11 committed Aug 15, 2023
1 parent 9370fe5 commit 2f59bf2
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 @@ -7,5 +7,5 @@ module.exports = {
'^modern-treasury/_shims/(.*)$': '<rootDir>/src/_shims/$1.node',
'^modern-treasury/(.*)$': '<rootDir>/src/$1',
},
modulePathIgnorePatterns: ['<rootDir>/ecosystem-tests/', '<rootDir>/dist/'],
modulePathIgnorePatterns: ['<rootDir>/ecosystem-tests/', '<rootDir>/dist/', '<rootDir>/deno_tests/'],
};

0 comments on commit 2f59bf2

Please sign in to comment.