jasmine / jasmine-npm

A jasmine runner for node projects.
MIT License
376 stars 145 forks source link

Syntax errors in specs don't cause Jasmine to exit nonzero #167

Closed sgravrock closed 3 years ago

sgravrock commented 3 years ago

Steps to reproduce:

  1. Install jasmine-npm 3.6.2.
  2. Set up a passing test suite.
  3. Introduce a syntax error into one of the spec files.

Expected: The error is reported and the jasmine command exits nonzero. Observed: The error is reported but the jasmine command exits zero.