Skip to content

Commit

Permalink
Merge pull request #350 from ikemo3/update/jest
Browse files Browse the repository at this point in the history
update jest
  • Loading branch information
ikemo3 authored Oct 9, 2021
2 parents bc69a85 + cab0aa1 commit 02f4af2
Show file tree
Hide file tree
Showing 3 changed files with 1,016 additions and 1,708 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
roots: ["<rootDir>/apps", "<rootDir>/test"],
testEnvironment: "jsdom",
testMatch: ["<rootDir>/test/*.test.ts"],
transform: {
".*.ts$": "ts-jest",
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"author": "Hideki Ikemoto",
"license": "MIT",
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@types/chrome": "0.0.91",
"@types/copy-webpack-plugin": "^8.0.0",
"@types/html-webpack-plugin": "^3.2.5",
"@types/jest": "^26.0.23",
"@types/jest": "^27.0.2",
"@types/node": "^12.11.2",
"@types/selenium-webdriver": "^4.0.5",
"@types/stack-trace": "^0.0.29",
Expand All @@ -22,10 +23,10 @@
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-node": "^11.1.0",
"html-webpack-plugin": "^5.3.1",
"jest": "^26.6.3",
"jest": "^27.2.5",
"prettier": "^2.2.1",
"selenium-webdriver": "^4.0.0-alpha.8",
"ts-jest": "^26.5.6",
"ts-jest": "^27.0.5",
"ts-loader": "^9.2.2",
"ts-node": "^9.1.1",
"typescript": "^4.2.4",
Expand Down
Loading

0 comments on commit 02f4af2

Please sign in to comment.