Skip to content

Commit

Permalink
chore: Update vite.config.ts to use single quotes for imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuscardosodeveloper committed Jun 7, 2024
1 parent 8d2707d commit c0616c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from "vitest/config";
import { defineConfig } from 'vitest/config'

export default defineConfig({
test: {
exclude: ["**/node_modules/**"],
exclude: ['**/node_modules/**'],
},
});
})

0 comments on commit c0616c3

Please sign in to comment.