dev:contributing:qa
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| dev:contributing:qa [2025/06/27 15:36] – [Angular Unit Tests] add common things that break them sandbergja | dev:contributing:qa [2025/09/09 14:55] (current) – lint section sleary | ||
|---|---|---|---|
| Line 53: | Line 53: | ||
| npm run build-prod | npm run build-prod | ||
| npm run test | npm run test | ||
| + | |||
| + | ==== Angular Lint ==== | ||
| + | |||
| + | See '' | ||
| + | |||
| + | To run on a running Evergreen server: | ||
| + | |||
| + | <code sh> | ||
| + | cd Open-ILS/ | ||
| + | ng lint | ||
| + | </ | ||
| + | |||
| + | To fix syntax errors automatically: | ||
| + | |||
| + | <code sh> | ||
| + | cd Open-ILS/ | ||
| + | ng lint --fix | ||
| + | </ | ||
| + | |||
| + | We also have several [[https:// | ||
| + | |||
| + | You can check out [[https:// | ||
| ==== Angular Unit Tests ==== | ==== Angular Unit Tests ==== | ||
| Line 86: | Line 108: | ||
| To fix it: You may be able to add a setTimeout. | To fix it: You may be able to add a setTimeout. | ||
| + | |||
| ==== Angular e2e (end-to-end) Tests ==== | ==== Angular e2e (end-to-end) Tests ==== | ||
dev/contributing/qa.1751052963.txt.gz · Last modified: 2025/06/27 15:36 by sandbergja