You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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.
Not sure if I'm doing something wrong here. When I run
grunt karma:default
, I get the following errors: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 fromvendor
via a grunt task?The text was updated successfully, but these errors were encountered: