mindspank / qsocks

A lightweight promise wrapper around the Qlik Sense Engine API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

imports capitalization is causing errors in karma tests

jaggernoth opened this issue · 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.