mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Use vitest by default
This commit is contained in:
parent
c87d40ce2d
commit
9ef5a235d2
5 changed files with 560 additions and 8 deletions
8
vitest.config.ts
Normal file
8
vitest.config.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { defineConfig } from "vitest/config";
|
||||
|
||||
// ref: https://vitest.dev/config/
|
||||
export default defineConfig({
|
||||
"test": {
|
||||
"watch": false
|
||||
}
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue