This is an automated email from the ASF dual-hosted git repository.
capistrant pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 4a49c73e84e dev: Add typecheck to npm run test-unit. (#19251)
4a49c73e84e is described below
commit 4a49c73e84e1a17a1e7a1a10d5172a24fc309d53
Author: Gian Merlino <[email protected]>
AuthorDate: Thu Apr 2 06:54:42 2026 -0700
dev: Add typecheck to npm run test-unit. (#19251)
This ensures that TypeScript typechecking happens on calls to test-unit.
---
web-console/package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web-console/package.json b/web-console/package.json
index 0ffde8c3c3b..68f99670b0d 100644
--- a/web-console/package.json
+++ b/web-console/package.json
@@ -17,7 +17,7 @@
"test": "npm run test-base -- --silent 2>&1",
"test-ci": "npm run test-base -- --coverage",
"test-e2e": "jest --runInBand --config jest.e2e.config.js e2e-tests",
- "test-unit": "./script/build-sql-docs && npm run eslint && npm run
sasslint && npm run prettify-check && jest --config jest.config.js
--testPathIgnorePatterns='e2e-tests'",
+ "test-unit": "./script/build-sql-docs && npm run typecheck && npm run
eslint && npm run sasslint && npm run prettify-check && jest --config
jest.config.js --testPathIgnorePatterns='e2e-tests'",
"codecov": "codecov --disable=gcov -p ..",
"coverage": "jest --coverage src",
"update-snapshots": "jest -u --config jest.config.js",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]