diff options
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/vitest.options.config.json | 2 | ||||
-rw-r--r-- | test/data/vitest.write.config.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/data/vitest.options.config.json b/test/data/vitest.options.config.json index e2bca721..88c6b5ec 100644 --- a/test/data/vitest.options.config.json +++ b/test/data/vitest.options.config.json @@ -1,7 +1,7 @@ { "test": { "include": [ - "../**/options-util.test.js" + "test/options-util.test.js" ] } } diff --git a/test/data/vitest.write.config.json b/test/data/vitest.write.config.json index 7de11ae9..f3016e5a 100644 --- a/test/data/vitest.write.config.json +++ b/test/data/vitest.write.config.json @@ -1,7 +1,7 @@ { "test": { "include": [ - "../**/*.write.js" + "test/*.write.js" ] } } |