Skip to content

Commit

Permalink
chore: add vitest config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bikossor committed Dec 16, 2023
1 parent b21fd75 commit 478ab8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { defineConfig } from "vitest/config";

export default defineConfig({
root: "./src",
});

0 comments on commit 478ab8c

Please sign in to comment.