-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempt to run acceptance tests without jquery using ember canary #48
Attempt to run acceptance tests without jquery using ember canary #48
Conversation
@cibernox looks like there is an error about a jQuery reference, see failed travis tests, |
Those erros have to be fixed upstream in ember. I'll try to find some. |
package.json
Outdated
@@ -30,7 +30,7 @@ | |||
}, | |||
"devDependencies": { | |||
"broccoli-asset-rev": "^2.4.5", | |||
"ember-ajax": "^2.4.1", | |||
"ember-ajax": "^2.5.6", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could we remove this as a dev dependency?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was experimenting. I believe that ember-ajax is the problem here, but at the same time mirage seems to depend on jquery implicitly.
This problem is a several layers' cake, but I'll get to the bottom of it.
4154aa1
to
06d28af
Compare
3471537
to
6f89e57
Compare
0bc03e8
to
d568549
Compare
7c5ba15
to
0287540
Compare
@rwjblue @pixelhandler It's alive! We can write apps and run its tests without using jQuery at all.
This uses |
After emberjs/ember.js#15065 was merged in master, lets see if acceptance tests run without jquery.