Skip to content

Commit

Permalink
Attempt to fix error in CI
Browse files Browse the repository at this point in the history
This does not happen locally for me, but on github we see:
Error: Cannot find module 'ts-jest'
  • Loading branch information
EdwardMoyse committed Mar 18, 2024
1 parent 8882ace commit d064bf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/phoenix-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"cypress": "^12.17.3",
"jest": "^29.6.2",
"jest-preset-angular": "^13.1.1",
"ng-packagr": "^16.1.0"
"ng-packagr": "^16.1.0",
"ts-jest": "^29.1.2"
},
"peerDependencies": {
"jspdf": "*"
Expand Down

0 comments on commit d064bf0

Please sign in to comment.