From 888a0b64fcd9db7e5c740423169fb8f1f7db87cb Mon Sep 17 00:00:00 2001 From: ru-sh Date: Tue, 22 Sep 2026 21:47:05 +0400 Subject: [PATCH] Correct the npm run test note in CLAUDE.md --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 37b316140609..ad979aa91843 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -22,7 +22,7 @@ npm only — `preinstall` throws under yarn. Node 24 (`.node-version`; the flake ## Commands - `npm run build` — compiles TS to `out/` -- `npm run test:unit` — jest; the default verification for changes. Single file: `npm run test:unit -- test/unit/node/cli.test.ts` (add `--coverage=false` to skip the 60% coverage gate). `npm run test` is intentionally not a script. +- `npm run test:unit` — jest; the default verification for changes. Single file: `npm run test:unit -- test/unit/node/cli.test.ts` (add `--coverage=false` to skip the 60% coverage gate). `npm run test` is a stub that prints a pointer to these two and exits 1. - e2e requires a full release build first and is slow — run only when explicitly asked (`/e2e` skill) - `npm run lint:ts` — eslint `--max-warnings=0` over tracked ts/js, excluding `lib/vscode` - `npm run lint:scripts` — shellcheck over tracked shell scripts