aboutsummaryrefslogtreecommitdiff
path: root/benches
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2024-02-23 06:18:56 -0500
committerGitHub <noreply@github.com>2024-02-23 11:18:56 +0000
commit8078e0ec7279916e56bdc8bab88ee7f1e1594425 (patch)
treea817e8aa6d8a8f3647e341c45a3cca5eebe44811 /benches
parent62ac615450ef8b96fa9dd90b8b4e7fe486cc77a6 (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')
-rw-r--r--benches/jsconfig.json3
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",