chore: node project init + deps + logger
This commit is contained in:
10
vitest.config.js
Normal file
10
vitest.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import { defineConfig } from 'vitest/config';
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
globals: true,
|
||||
testTimeout: 10_000,
|
||||
coverage: { provider: 'v8', reporter: ['text', 'html'] },
|
||||
setupFiles: ['./tests/helpers/setup.js']
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user