Skip to content

Commit

Permalink
Update vitest.config.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Nov 4, 2024
1 parent 54fb381 commit 1fe2053
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
testTimeout: 10000,
typecheck: {
enabled: true,
},
},
});

0 comments on commit 1fe2053

Please sign in to comment.