Skip to content

Commit

Permalink
Update dependency ts-jest to v27 (#393)
Browse files Browse the repository at this point in the history
* Update dependency ts-jest to v27

* jestもアプデ

* set testEnvironment jsdom

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: penicillin0 <[email protected]>
  • Loading branch information
3 people authored Jun 28, 2021
1 parent f33c187 commit 1056a9f
Show file tree
Hide file tree
Showing 3 changed files with 778 additions and 726 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ module.exports = {
"<rootDir>/__mocks__/fileMock.ts",
},
clearMocks: true,
testEnvironment: "jsdom",
};
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "4.2.0",
"jest": "26.6.3",
"jest": "27.0.3",
"prettier": "2.3.1",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand All @@ -83,7 +83,7 @@
"rollup-plugin-url": "3.0.1",
"scaffdog": "1.0.1",
"styled-components": "5.3.0",
"ts-jest": "26.5.6",
"ts-jest": "27.0.3",
"typescript": "4.3.4"
},
"files": [
Expand Down
Loading

0 comments on commit 1056a9f

Please sign in to comment.