mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fixes routing in tests
This commit is contained in:
3
vendor/assets/javascripts/ember-qunit.js
vendored
3
vendor/assets/javascripts/ember-qunit.js
vendored
@@ -261,7 +261,6 @@ exports["default"] = function test(testName, callback) {
|
||||
|
||||
function wrapper() {
|
||||
var context = testContext.get();
|
||||
|
||||
resetViews();
|
||||
var result = callback.call(context);
|
||||
|
||||
@@ -279,4 +278,4 @@ exports["default"] = function test(testName, callback) {
|
||||
}
|
||||
},{"./test-context":6}]},{},[2])
|
||||
(2)
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user