aboutsummaryrefslogtreecommitdiff
path: root/test/data/vitest.write.config.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/vitest.write.config.json')
-rw-r--r--test/data/vitest.write.config.json2
1 files changed, 1 insertions, 1 deletions
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"
]
}
}