Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

problems with testing #81

Open
csantero opened this issue Aug 5, 2014 · 1 comment
Open

problems with testing #81

csantero opened this issue Aug 5, 2014 · 1 comment
Labels

Comments

@csantero
Copy link
Contributor

csantero commented Aug 5, 2014

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?

@azirbel
Copy link
Contributor

azirbel commented Aug 6, 2014

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.

@azirbel azirbel added the bug label Aug 6, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

2 participants