summaryrefslogtreecommitdiff
path: root/dev
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 /dev
parent50c8480a6cc851dbf0c288e688d2cdf08f592f49 (diff)
Update vitest (#484)
* Update vitest dependencies * Fix issues
Diffstat (limited to 'dev')
-rw-r--r--dev/jsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/jsconfig.json b/dev/jsconfig.json
index c791b5c0..c0ff07d0 100644
--- a/dev/jsconfig.json
+++ b/dev/jsconfig.json
@@ -37,7 +37,8 @@
"translation": ["../types/ext/translation"],
"translation-internal": ["../types/ext/translation-internal"],
"dev/*": ["../types/dev/*"],
- "rollup/parseAst": ["../types/other/rollup-parse-ast"]
+ "rollup/parseAst": ["../types/other/rollup-parse-ast"],
+ "chai": ["../node_modules/@vitest/expect/dist/chai.d.cts"]
},
"types": [
"node",