rolaveric / karma-systemjs

Karma plugin for using SystemJS as a module loader
MIT License
40 stars 19 forks source link

Fix regex support #46

Closed unional closed 9 years ago

unional commented 9 years ago

Last test was a false positive

rolaveric commented 9 years ago

The testFileRegex and testFileSuffix are actually deprecated in 0.8.0 Instead, all files which would normally be included (ie. pattern {included: true}) are imported. It keeps things simpler for the user, I've found.

unional commented 9 years ago

Great! Thanks, didn't notice the improvement. :+1: