Skip to content

Commit

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

0 comments on commit beea30d

Please sign in to comment.