Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
CVS-217 jsdomをhappy-domに戻す
Browse files Browse the repository at this point in the history
  • Loading branch information
gamoutatsumi committed Dec 13, 2022
1 parent aeafa86 commit 13a7f34
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 209 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"eslint-plugin-storybook": "0.6.8",
"eslint-plugin-testing-library": "5.9.1",
"eslint-plugin-unused-imports": "2.0.0",
"jsdom": "20.0.3",
"happy-dom": "^8.1.0",
"lint-staged": "13.1.0",
"msw-storybook-addon": "1.6.3",
"npm-run-all": "4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default defineConfig({
},
test: {
globals: true,
environment: 'jsdom',
environment: 'happy-dom',
coverage: {
all: true,
include: ['src/**/*.{ts,tsx}'],
Expand Down

0 comments on commit 13a7f34

Please sign in to comment.