imports capitalization is causing errors in karma tests
jaggernoth opened this issue · 2 comments
jaggernoth commented
in the main file you have var genericMeasure = require('./lib/GenericMeasure');
but file names are starting from small letters
it works fine in browser but when used in karma tests (probably shouldn't do it) it fails with 404 error
jaggernoth commented
created a pull request #19
mindspank commented
Awesome, thanks. PR merged.