Skip to content

Commit

Permalink
Deleting setupTests
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Jul 28, 2024
1 parent 3c756d3 commit 749912b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion setupTests.ts

This file was deleted.

1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export default defineConfig({
test: {
globals: true,
environment: 'jsdom',
setupFiles: ["./setupTests.ts"],
coverage: {
reporter: ['lcov', 'json', 'html', 'json-summary'],
},
Expand Down

0 comments on commit 749912b

Please sign in to comment.