jasmine / jasmine-npm

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

Provide useful output when require call failed when loading in specs #160

Closed breautek closed 4 years ago

breautek commented 4 years ago

This is useful for ts-node environments. If the require'd typescript file has typescript compilation errors, current release won't provide any error feedback, and execution just stops.

This change will print out error information from the require failure.

breautek commented 4 years ago

The issue this PR was solving appears to have been solved by another commit that was released in 3.6.0.