Fixed bug where GitLab showed that frontend tests had passed when they hadn't
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 --
.
NRAO Gitlab has been upgraded to version 17.6.2
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 --
.