Skip to content

Commit

Permalink
fix(front): Support for APIs not supported by happy-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
re-taro committed Aug 29, 2022
1 parent b44b49f commit 03e230a
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 139 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Expand Up @@ -70,7 +70,7 @@
"eslint-plugin-react": "7.31.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.6.4",
"happy-dom": "^6.0.4",
"jsdom": "^20.0.0",
"postcss": "8.4.16",
"prettier": "2.7.1",
"react-test-renderer": "18.1.0",
Expand Down
2 changes: 1 addition & 1 deletion client/vitest.config.ts
Expand Up @@ -7,7 +7,7 @@ export default mergeConfig(
defineConfig({
test: {
globals: true,
environment: "happy-dom",
environment: "jsdom",
},
}),
);

0 comments on commit 03e230a

Please sign in to comment.