Skip to content

Commit

Permalink
hyphen?
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugos68 committed May 11, 2024
1 parent 2b74b27 commit 80d00be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
plugins: [sveltekit(), svelteTesting()],
test: {
include: ['./src/lib/**/*.{test,test.svelte}.{js,ts}'],
setupFiles: ['./src/vitest.setup.js'],
setupFiles: ['./src/vitest-setup.ts'],
environment: 'jsdom',
coverage: {
reporter: ['html', 'text'],
Expand Down

0 comments on commit 80d00be

Please sign in to comment.