mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
Fixes routing in tests
This commit is contained in:
parent
ed398e65e0
commit
c6d99bd141
8 changed files with 30 additions and 27 deletions
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)
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue