ember-widgets
ember-widgets copied to clipboard
problems with testing
Not sure if I'm doing something wrong here. When I run grunt karma:default, I get the following errors:
Running "karma:default" (karma) task
Chrome 37.0.2062 (Linux) ERROR
Uncaught ReferenceError: jQuery is not defined
at /home/chris/Projects/ember-widgets/dependencies/jquery-ui/jquery-ui-1.10.1.custom.min.js:6
Chrome 37.0.2062 (Linux) ERROR
Uncaught ReferenceError: Ember is not defined
at /home/chris/Projects/ember-widgets/dependencies/list-view.js:12
Chrome 37.0.2062 (Linux): Executed 0 of 0 ERROR (0.046 secs / 0 secs)
It seems like a bunch of dependencies needed to run the tests are missing from the dependencies directory. Are these meant to be pulled in from vendor via a grunt task?
Sorry - ember-widgets tests are in a pretty bad state right now, so this doesn't surprise me. Last I checked they didn't pass either. We'd definitely like to fix them, but it's unlikely we can get to it in the next few weeks. I'd recommend ignoring the tests for now.