diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-12-29 00:03:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-29 05:03:55 +0000 |
commit | 088625266852bf1f86e3f6bc788f85356dafcd5d (patch) | |
tree | b4d57d385aacba6f322d28eccdc0fc889c5e694b /test/jsconfig.json | |
parent | 50c8480a6cc851dbf0c288e688d2cdf08f592f49 (diff) |
Update vitest (#484)
* Update vitest dependencies
* Fix issues
Diffstat (limited to 'test/jsconfig.json')
-rw-r--r-- | test/jsconfig.json | 3 |
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", |