Skip to content

Commit

Permalink
chore: fix hanging test pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy committed Sep 21, 2024
1 parent 2081805 commit 351f545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/data-prefetch/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ module.exports = {
},
rootDir: __dirname,
testMatch: ['<rootDir>__tests__/**/**.spec.[jt]s?(x)'],
testPathIgnorePatterns: ['/node_modules/', '/dev/'],
testPathIgnorePatterns: ['/node_modules/'],
};

0 comments on commit 351f545

Please sign in to comment.