Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Bugs/exit on jasmine failure rebase #757 #828

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hthetiot
Copy link

@hthetiot hthetiot commented Feb 22, 2018

via @bruun

While working on writing some new (failing) tests,
npm test continued to report success.
If you had a syntax error in the spec file that made
jasmine-node unable to parse it, it would fail silently
and continue to promises-aplus-tests.

Adding --captureExceptions makes sure it exits when
an exception is thrown.

Also bumped the jasmine-node dependency to the latest version.

cc @benjamingr @kriskowal

bruun and others added 2 commits January 22, 2016 20:34
While working on writing some new (failing) tests,
`npm test` continued to report success.
If you had a syntax error in the spec file that made
jasmine-node unable to parse it, it would fail silently
and continue to `promises-aplus-tests`.

Adding `--captureExceptions` makes sure it exits when
an exception is thrown.

Also bumped the jasmine-node dependency to the latest version.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants