summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2023-12-29 00:03:55 -0500
committerGitHub <noreply@github.com>2023-12-29 05:03:55 +0000
commit088625266852bf1f86e3f6bc788f85356dafcd5d (patch)
treeb4d57d385aacba6f322d28eccdc0fc889c5e694b /test
parent50c8480a6cc851dbf0c288e688d2cdf08f592f49 (diff)
Update vitest (#484)
* Update vitest dependencies * Fix issues
Diffstat (limited to 'test')
-rw-r--r--test/jsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/jsconfig.json b/test/jsconfig.json
index a9845861..bc8b8a90 100644
--- a/test/jsconfig.json
+++ b/test/jsconfig.json
@@ -17,7 +17,8 @@
"test/*": ["../types/test/*"],
"rollup/parseAst": ["../types/other/rollup-parse-ast"],
"ext/json-schema": ["../types/ext/json-schema"],
- "json-schema": ["json-schema"]
+ "json-schema": ["json-schema"],
+ "chai": ["../node_modules/@vitest/expect/dist/chai.d.cts"]
},
"types": [
"chrome",