Skip to content

Commit

Permalink
chore: set Jest resolution for Canarist test
Browse files Browse the repository at this point in the history
...in order to fix the tests
  • Loading branch information
Emanuel Kluge committed Jun 17, 2021
1 parent 74899ea commit 92e6548
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,14 @@
"url": "enc:r6BTklZr+axySHpOBj0JyiGPh/P525a+dfwfWHQq5kkrY1Wruq8QaSL2vCfb0cWp",
"branch": "hops-15.x"
}
]
],
"rootManifest": {
"resolutions": {
"babel-jest": "^27",
"jest": "^27",
"ts-jest": "^27"
}
}
}
]
},
Expand Down

0 comments on commit 92e6548

Please sign in to comment.