Skip to content

Commit d0b285e

Browse files
committed
Removal another global config change
1 parent cd754b3 commit d0b285e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

packages/router_js/tests/async_get_handler_test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,8 @@ let routes: Dict<Route>;
2020
let router: TestRouter;
2121
QUnit.module('Async Get Handler', {
2222
beforeEach: function () {
23-
QUnit.config.testTimeout = 60000;
2423
routes = {};
2524
},
26-
27-
afterEach: function () {
28-
QUnit.config.testTimeout = 1000;
29-
},
3025
});
3126

3227
QUnit.test('can transition to lazily-resolved routes', function (assert) {

0 commit comments

Comments
 (0)