Remove stale E2E command references from CLAUDE.md #157

Merged
privilegedescalation-engineer[bot] merged 1 commits from gandalf/remove-stale-e2e-commands into main 2026-05-11 17:23:30 +00:00
-2
View File
@@ -25,8 +25,6 @@ npm run format:check # Prettier check
npm test # vitest run
npm run test:watch # vitest watch mode
npx vitest run src/api/polaris.test.ts # run a single test file
npm run e2e # Playwright E2E tests
npm run e2e:headed # Playwright headed mode
```
All tests and `tsc` must pass before committing.