-
-
Notifications
You must be signed in to change notification settings - Fork 54
Tests hanging upgrading from 2.2.5 to 4.0.0 #183
Comments
additionally we have had issues upgrading past 2.x for some time. Was hoping 4.0.0 would resolve those issues. Let me go back and reproduce those issues and I can post some additional details. |
What is in |
@rwjblue looks sinon related. I think maybe our version of sinon and sinon-qunit are out of date? Installing |
If you've had issues upgrading past 2.x of ember-cli-qunit, then that likely means you have code that isn't compatible with QUnit 2.x. I would recommend checking out the migration guide here: http://qunitjs.com/upgrade-guide-2.x/ |
@trentmwillis awesome thanks for the link - had not seen that when bumping versions in our earlier upgrades. Will close this issue and work through that guide. |
I'm seeing the same thing in my app. With [email protected], the tests run fine. There are no deprecation warnings or failures. With [email protected], the test page shows up with an empty iframe. There's no test harness UI. There are no errors in the console. I'm happy to provide more information, but I'm not sure what would be useful. My dependencies resolve to [email protected], [email protected], [email protected]. |
@jamesarosen did you invoke the new |
Sure didn't! I didn't see https://github.com/ember-cli/ember-cli-qunit#upgrading, though it's pretty clear. |
I'm seeing an issue when updating to 4.0.0. Tests are hanging in terminal and I have to kill the process instead of using
q
orctrl-c
.Every test in the browser instance fails with the following:
here's my package.json and test-support.js:
The text was updated successfully, but these errors were encountered: