mindspank/qsocks

imports capitalization is causing errors in karma tests

jaggernoth opened this issue · 2 comments

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

created a pull request #19

Awesome, thanks. PR merged.