chore(development): add dev mode, update packages and test framework
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';
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
environment: 'node',
|
||||
globals: true,
|
||||
silent: true,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user