diff options
Diffstat (limited to 'test/data/vitest.options.config.json')
-rw-r--r-- | test/data/vitest.options.config.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/data/vitest.options.config.json b/test/data/vitest.options.config.json new file mode 100644 index 00000000..e2bca721 --- /dev/null +++ b/test/data/vitest.options.config.json @@ -0,0 +1,7 @@ +{ + "test": { + "include": [ + "../**/options-util.test.js" + ] + } +} |