Skip to content

Commit

Permalink
chore: enable allowOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed Jan 20, 2025
1 parent 9b51bfa commit 217b92a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vitest.shared.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default defineConfig({
],
esbuild: { target: "es2022" },
test: {
allowOnly: true,
globalSetup: ["vitest.global-setup.ts"],
setupFiles: ["./vitest.setup-files.ts"],
coverage: {
Expand Down

0 comments on commit 217b92a

Please sign in to comment.