Skip to content

Commit 3deb719

Browse files
authored
Merge pull request #21233 from emberjs/nvp/try-no-router_js-tests
2 parents 468a145 + d0b285e commit 3deb719

2 files changed

Lines changed: 0 additions & 7 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) {

packages/router_js/tests/test_helpers.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import type { TransitionError } from '../lib/transition-state';
99
import type { UnrecognizedURLError } from '../lib/unrecognized-url-error';
1010
import { isTransitionAborted } from '../lib/transition-aborted-error';
1111

12-
QUnit.config.testTimeout = 1000;
13-
1412
// A useful function to allow you to ignore transition errors in a testing context
1513
export async function ignoreTransitionError(transition: Transition) {
1614
try {

0 commit comments

Comments
 (0)