exceptionless / Exceptionless.JavaScript

Exceptionless JavaScript client
http://exceptionless.com
Apache License 2.0
59 stars 24 forks source link

Unit tests are failing due to transpilation. #1

Closed niemyjski closed 9 years ago

niemyjski commented 9 years ago

I'm not sure what the best solution is to fix these. It seems to be broken after we upgraded to typescript 1.5: https://github.com/sergeyt/karma-typescript-preprocessor/issues/30.

I'll buy someone a beer if they fix this.

sergeyt commented 9 years ago

@niemyjski just try to prepare JS files with some gulp task for karma runner without use of preprocessor.

niemyjski commented 9 years ago

Yeah it's a lot of extra work but something we'll have to do