Skip to content

Commit 88d01c1

Browse files
committed
no cache testing
1 parent 25991d1 commit 88d01c1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bin/test2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
FORCE_COLOR=1 vitest related --run `pwd`/test.ts
3+
FORCE_COLOR=1 vitest related --run `pwd`/test.ts --no-cache

vitest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ export default defineConfig({
44
test: {
55
include: ['**/*.test.ts', '**/*.spec.ts', '**/test.ts'],
66
},
7+
cacheDir: false
78
})

0 commit comments

Comments
 (0)