Skip to content

Commit

Permalink
#2268 Jest tests broken in Elyra Canvas build (#2269)
Browse files Browse the repository at this point in the history
Signed-off-by: CTomlyn <[email protected]>
  • Loading branch information
tomlyn authored Dec 12, 2024
1 parent 7722fc0 commit b4de2fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions canvas_modules/common-canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,9 @@
"grunt-jsonlint": "2.1.3",
"grunt-postcss": "0.9.0",
"grunt-yamllint": "0.3.0",
"jest": "26.4.2",
"jest": "29.7.0",
"jest-fetch-mock": "3.0.3",
"jest-fixed-jsdom": "0.0.9",
"jest-localstorage-mock": "2.4.3",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -113,8 +114,8 @@
"react-intl": "^5.0.0 || ^6.0.0"
},
"jest": {
"testEnvironment": "jest-fixed-jsdom",
"transformIgnorePatterns": [
"node_modules/(?!(@codemirror/legacy-modes|d3-*))"
],
"moduleFileExtensions": [
"js",
Expand Down

0 comments on commit b4de2fc

Please sign in to comment.