Skip to content

Commit

Permalink
fix missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen authored Dec 4, 2024
1 parent af1c259 commit 8e8173f
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 @@ -39,7 +39,7 @@ const defaultCoverageExcludes = [
'**/\x00*',
'cypress/**',
'storybook-static/**',
'*.stories.*,
'*.stories.*',
'test?(s)/**',
'test?(-*).?(c|m)[jt]s?(x)',
'**/*{.,-}{test,spec,bench,benchmark}?(-d).?(c|m)[jt]s?(x)',
Expand Down

0 comments on commit 8e8173f

Please sign in to comment.