Skip to content

Commit

Permalink
Set isolate=false
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Aug 12, 2024
1 parent 7e8e835 commit 4ea1f6f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 92 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@
"eslint": "^8",
"eslint-config-next": "14.2.0",
"eslint-plugin-storybook": "^0.8.0",
"happy-dom": "^14.12.3",
"http-server": "^14.1.1",
"jsdom": "^24.1.1",
"mockdate": "^3.0.5",
"module-alias": "^2.2.3",
"msw": "^2.3.4",
Expand Down
111 changes: 21 additions & 90 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default defineConfig({
headless: true,
screenshotFailures: false,
},
isolate: false,
setupFiles: ['./.storybook/vitest.setup.ts'],
coverage: {
all: true,
Expand Down

0 comments on commit 4ea1f6f

Please sign in to comment.