Skip to content

Commit

Permalink
ci: ignore /tmp/ in jest
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 31, 2023
1 parent e6d5417 commit 0d2307b
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
@@ -1,6 +1,7 @@
module.exports = {
preset: 'ts-jest',
testMatch: ['<rootDir>/packages/**/__tests__/**/*test.ts'],
testPathIgnorePatterns: ['/node_modules/', '/dist/', '/tmp/'],
testTimeout: 10000,
testEnvironment: 'node',
globals: {
Expand Down

0 comments on commit 0d2307b

Please sign in to comment.