Skip to content

Fixed bug where GitLab showed that frontend tests had passed when they hadn't

Sam Kagan requested to merge fix-frontend-tests-not-failing-GL-CI into main

Changed status code of failed test suite from 0 to the expected not-0, specifically 1, by changing the test runner from ng test to npm run test --.

Merge request reports