diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2024-02-23 06:18:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-23 11:18:56 +0000 |
commit | 8078e0ec7279916e56bdc8bab88ee7f1e1594425 (patch) | |
tree | a817e8aa6d8a8f3647e341c45a3cca5eebe44811 /benches/jsconfig.json | |
parent | 62ac615450ef8b96fa9dd90b8b4e7fe486cc77a6 (diff) |
Package scripts update (#714)
* Update license-report commands
* Rename build-libs
* Update test-lint-js
* Rename test-lint-json
* Update test-lint-css
* Rename test-lint-html
* Update test-ts
* Update test-code
* Update test-build
* Rename
* Test JSON types
* Distinguish JS tests from JSON tests
* Add bench test
* Test markdown
* Add fast test option
* Rename test:code
* Describe scripts
* Add test-build action
* Add test:static-analysis
* Update CI
* Fix path
* Fix missing type definition
Diffstat (limited to 'benches/jsconfig.json')
-rw-r--r-- | benches/jsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benches/jsconfig.json b/benches/jsconfig.json index 8743868a..eb7512c4 100644 --- a/benches/jsconfig.json +++ b/benches/jsconfig.json @@ -18,7 +18,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", |