Skip to content

Commit

Permalink
fix(unit): Upgrade to Jest 29 (#2393)
Browse files Browse the repository at this point in the history
To fix unit tests that failing with stencil/core > 4.6.0
  • Loading branch information
imagoiq authored Dec 12, 2023
1 parent 214cb50 commit 30c87ed
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 773 deletions.
8 changes: 5 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,21 @@
"@stencil/core": "4.8.2",
"@stencil/react-output-target": "0.5.3",
"@stencil/sass": "3.0.7",
"@types/jest": "27.5.2",
"@types/jest": "29.5.11",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"bootstrap": "5.3.2",
"cypress": "13.6.1",
"cypress-storybook": "0.5.1",
"eslint": "8.55.0",
"eslint-plugin-react": "7.33.2",
"jest": "27.5.1",
"jest-cli": "27.5.1",
"jest": "29.7.0",
"jest-cli": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "5.0.5",
"sass": "1.69.5",
"ts-jest": "29.1.1",
"typescript": "4.9.5"
}
}
5 changes: 3 additions & 2 deletions packages/internet-header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,15 @@
"cypress-storybook": "0.5.1",
"eslint-plugin-react": "7.33.2",
"globby": "14.0.0",
"jest": "27.5.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"rimraf": "5.0.5",
"rollup-plugin-node-polyfills": "0.2.1",
"rollup-plugin-scss": "4.0.0",
"rollup-plugin-visualizer": "5.11.0",
"sass": "1.69.5",
"start-server-and-test": "2.0.3",
"ts-jest": "27.1.5",
"ts-jest": "29.1.1",
"typescript": "4.9.5"
}
}
Loading

0 comments on commit 30c87ed

Please sign in to comment.