From 8078e0ec7279916e56bdc8bab88ee7f1e1594425 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Fri, 23 Feb 2024 06:18:56 -0500 Subject: 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 --- benches/jsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'benches') 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", -- cgit v1.2.3