Skip to content

Commit

Permalink
Adjust to jest-extended 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
muno92 committed Oct 12, 2021
1 parent 3466c19 commit 0751258
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 @@ -8,5 +8,5 @@ module.exports = {
'^.+\\.ts$': 'ts-jest'
},
verbose: true,
setupFilesAfterEnv: ["jest-extended"]
setupFilesAfterEnv: ["jest-extended/all"]
}

0 comments on commit 0751258

Please sign in to comment.