NPM: Package: Fix behavior of testing
There was an issue where the entire test suite would bail after one
specfile fails. That is not useful.
This commit fixes the issue by simply removing the `--bail` flag from
the npm test script.
Signed-off-by:
Mark Stenglein <mark@stengle.in>
Please register or sign in to comment