Skip to content

Commit

Permalink
chore: apply biome lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thebuilder committed Oct 31, 2024
1 parent 94a03be commit 48ffc4e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ import { defineConfig } from "vitest/config";

export default defineConfig({
optimizeDeps: {
include: [
"@vitest/coverage-istanbul",
"react",
"react-dom/test-utils",
],
include: ["@vitest/coverage-istanbul", "react", "react-dom/test-utils"],
},
test: {
environment: "node",
Expand Down

0 comments on commit 48ffc4e

Please sign in to comment.