Skip to content

Commit

Permalink
chore: add vitest config with globals enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed May 10, 2024
1 parent f4522a4 commit d2076eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vitest.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { defineConfig } from "vitest/config";

export default defineConfig({
test: { globals: true },
});

0 comments on commit d2076eb

Please sign in to comment.