We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 518c8df commit 6d7fbeeCopy full SHA for 6d7fbee
1 file changed
PR.md
@@ -19,5 +19,13 @@ Examples (illustrative):
19
20
## Tests
21
22
-- `./node_modules/.bin/jest tests/unit/utils/linkUtils.test.ts --runInBand`
23
-- `./node_modules/.bin/jest tests/unit/ui/linkRenderer.test.ts --runInBand`
+- `npm run i18n:sync`
+- `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