Skip to content

Commit

Permalink
test: fix coverage setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ymmooot committed Nov 28, 2024
1 parent 8f996a0 commit 903875b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
27 changes: 0 additions & 27 deletions packages/nuxt-jsonld/test/plugin.spec.ts

This file was deleted.

1 change: 1 addition & 0 deletions packages/nuxt-jsonld/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default defineConfig({
environment: 'happy-dom',
coverage: {
provider: 'istanbul',
include: ['src/runtime/**/*', '!src/runtime/plugin.ts'],
},
},
});

0 comments on commit 903875b

Please sign in to comment.