Skip to content

Commit 6d7fbee

Browse files
committed
docs: update fix-angle-brackets test notes
1 parent 518c8df commit 6d7fbee

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

PR.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,13 @@ Examples (illustrative):
1919

2020
## Tests
2121

22-
- `./node_modules/.bin/jest tests/unit/utils/linkUtils.test.ts --runInBand`
23-
- `./node_modules/.bin/jest tests/unit/ui/linkRenderer.test.ts --runInBand`
22+
- `npm run i18n:sync`
23+
- `npm run lint` (warnings only; matches `main`)
24+
- `node generate-release-notes-import.mjs`
25+
- `npm run typecheck`
26+
- `npm run test:ci -- --verbose` (fails: `due-date-timezone-inconsistency` test, same as `main`)
27+
- `./node_modules/.bin/jest tests/unit/utils/linkUtils.test.ts tests/unit/issues/issue-814-markdown-project-links.test.ts --runInBand`
28+
- `npm run test:integration`
29+
- `npm run test:performance` (no tests found)
30+
- `npm run build` (missing OAuth IDs warning, same as `main`)
31+
- `npm run test:build`

0 commit comments

Comments
 (0)