Skip to content

Commit

Permalink
exclude examples from test
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Oct 28, 2022
1 parent b4d502d commit 8dbb33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineConfig({
*/
exclude: [
'dist', '.idea', '.git', '.cache',
'**/node_modules/**'
'**/node_modules/**', 'examples'
],
coverage: {
enabled: false,
Expand Down

0 comments on commit 8dbb33c

Please sign in to comment.