Skip to content

Commit

Permalink
Add support for jest 29
Browse files Browse the repository at this point in the history
  • Loading branch information
sarit-vakrat committed Jul 14, 2024
1 parent 85f8de5 commit 2a0993a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions jest/29/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"scripts": {
"test": "jest --group=valid"
},
"devDependencies": {
"jest": "^29.7.0",
"lodash": "^4.17.21"
},
"jest": {
"rootDir": "../..",
"testMatch": [
"<rootDir>/tests/*.js"
],
"runner": "jest-runner-grouped-tests",
"verbose": true
}
}

0 comments on commit 2a0993a

Please sign in to comment.