jasmine / jasmine-npm

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

Load-time errors are ignored if --worker-count is greater than 1. #165

Closed sgravrock closed 3 years ago

sgravrock commented 3 years ago

Steps to reproduce:

  1. Create a spec file that throws an exception when loaded, and make sure it matches the spec_files glob.
  2. Run jasmine --worker-count=2.

Expected: Jasmine exits nonzero. Observed: Jasmine prints the exception, reports the following, and exits zero:

No specs found
Finished in NaN seconds
slackersoft commented 3 years ago

Multiple worker functionality has been removed