Skip to content

Commit

Permalink
test: remove incompatible cli flag from config
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Oct 13, 2023
1 parent e180aac commit 8a9d1dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: pnpm install

- name: Run tests
run: pnpm test -- --run
run: pnpm test -- --run --experimentalVmThreads

release:
name: release
Expand Down
3 changes: 2 additions & 1 deletion package-lock.json

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

1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export default defineConfig((env) => {
mockClear: true,
environment: "jsdom",
setupFiles: "./src/setupTests.ts",
experimentalVmThreads: true,
},
};
});

0 comments on commit 8a9d1dc

Please sign in to comment.