Skip to content

Commit

Permalink
fix: revert typecheck part
Browse files Browse the repository at this point in the history
  • Loading branch information
so1ve authored and sheremet-va committed Jul 6, 2023
1 parent 6234279 commit 936ab98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const config = {
dangerouslyIgnoreUnhandledErrors: false,
typecheck: {
checker: 'tsc' as const,
include: ['**/?(*.){test,spec}-d.?(c|m)[jt]s?(x)'],
include: ['**/*.{test,spec}-d.?(c|m)[jt]s?(x)'],
exclude: defaultExclude,
},
slowTestThreshold: 300,
Expand Down

0 comments on commit 936ab98

Please sign in to comment.