gitfastr
Sign in
Sign out
demo
/
gitfastr
Code
Merge Requests
Commits
Branches
Settings
gitfastr
/
packages
/
shared
/
vitest.config.ts
8 lines · 115 B
1
import { defineConfig } from 'vitest/config';
2
3
export default defineConfig({
4
test: {
5
globals: true,
6
},
7
});
8