Skip to content

Commit

Permalink
fix: remove deps vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz committed Jun 20, 2024
1 parent 053de69 commit bd7a6e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { defineConfig } from "vitest/config";
import { codecovVitePlugin } from "@codecov/vite-plugin";
import tsconfigPaths from "vite-tsconfig-paths";
import { defineConfig } from "vitest/config";

/**
* @see {@link https://vitejs.dev/config/}
Expand Down

0 comments on commit bd7a6e3

Please sign in to comment.