Skip to content

Commit

Permalink
chore: filter jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 3, 2021
1 parent a8097a3 commit c0de14d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ module.exports = {
'<rootDir>',
],
testMatch: [
'**/__tests__/**/*.+(ts)',
'**/?(*.)+(spec|test).+(ts)',
'<rootDir>/test/**/?(*.)+(spec|test).+(ts)',
],
transform: {
'^.+\\.(ts)$': 'ts-jest',
Expand Down

0 comments on commit c0de14d

Please sign in to comment.