Skip to content

Commit

Permalink
Test with Jest 26
Browse files Browse the repository at this point in the history
`cds.test` seems to have issues w/ Jest 27.

To be investigated...
  • Loading branch information
chgeo committed May 28, 2021
1 parent be68543 commit 3117df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"fiori": "cds watch fiori",
"media": "cds watch media",
"mocha": "npx mocha || echo",
"jest": "npx jest",
"jest": "npx jest@^26",
"test": "npm run jest --silent"
},
"mocha": {
Expand Down

0 comments on commit 3117df1

Please sign in to comment.