feat: lots of stuff
This commit is contained in:
9
vitest.config.ts
Normal file
9
vitest.config.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { defineConfig } from 'vitest/config';
|
||||
|
||||
// eslint-disable-next-line
|
||||
export default defineConfig({
|
||||
test: {
|
||||
include: ['**/*.test.ts'],
|
||||
globals: true,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user