Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants