aboutsummaryrefslogtreecommitdiff
path: root/test/data/vitest.options.config.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2024-03-02 21:20:24 -0500
committerGitHub <noreply@github.com>2024-03-03 02:20:24 +0000
commitdf7acf3d225ec2801096808ee4e1967a0479b49a (patch)
tree8b9d58f6b7e38617c907873a60d56f9055f06124 /test/data/vitest.options.config.json
parent9577449e4bd2b7665e9161e50035393ef200205f (diff)
Ci updates (#757)
* Add test:unit:options to CI * Add test:unit:options to full test * Change config targets * Add newline
Diffstat (limited to 'test/data/vitest.options.config.json')
-rw-r--r--test/data/vitest.options.config.json2
1 files changed, 1 insertions, 1 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"
]
}
}