Skip to content

Commit

Permalink
chore: add vitest config
Browse files Browse the repository at this point in the history
  • Loading branch information
IonianPlayboy committed Jan 27, 2024
1 parent 1a2e416 commit 94c04d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vitest.config.ts
@@ -0,0 +1,5 @@
import { defineVitestConfig } from "@nuxt/test-utils/config";

export default defineVitestConfig({
// any custom Vitest config you require
});

0 comments on commit 94c04d7

Please sign in to comment.