Skip to content

Commit

Permalink
test: fix converage include files
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Apr 5, 2024
1 parent 261661f commit 8545437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nanoviews/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default defineConfig({
setupFiles: ['./test/setup.ts'],
coverage: {
reporter: ['lcovonly', 'text'],
include: ['**', '!**/*.stories.ts']
include: ['src/**/*', '!**/*.stories.ts']
}
}
})

0 comments on commit 8545437

Please sign in to comment.