diff --git a/package.json b/package.json index 2d40347..fea4a38 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "can-view-import": "^4.2.0", "qunit": "^2.6.1", "steal": "^1.12.4", - "steal-qunit": "^1.0.2", + "steal-qunit": "^2.0.0", "testee": "^0.8.1", "webpack": "^4.15.1", "webpack-cli": "^3.0.8" diff --git a/tests/test.js b/tests/test.js index cdc61b5..175a679 100644 --- a/tests/test.js +++ b/tests/test.js @@ -5,7 +5,7 @@ var makeIframe = function(src){ window.removeMyself = function(){ delete window.removeMyself; document.body.removeChild(iframe); - QUnit.start(); + done(); }; document.body.appendChild(iframe); iframe.src = src;