nikku / karma-browserify

A fast Browserify integration for Karma that handles large projects with ease
MIT License
321 stars 50 forks source link

[#190] Scenario: typescript compilation errors prevent test run #191

Closed bengro closed 8 years ago

bengro commented 8 years ago

Linked to https://github.com/nikku/karma-browserify/issues/190.

Adds an integration test which shows: when there are typescript compilation errors, the tests are not run. When the declarations are uncommented, the test is run because there are no typescript compilation errors.

nikku commented 8 years ago

I have merged your PR asserting the current discussed behavior.