File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,13 +20,8 @@ let routes: Dict<Route>;
2020let router : TestRouter ;
2121QUnit . 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
3227QUnit . test ( 'can transition to lazily-resolved routes' , function ( assert ) {
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ import type { TransitionError } from '../lib/transition-state';
99import type { UnrecognizedURLError } from '../lib/unrecognized-url-error' ;
1010import { 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
1513export async function ignoreTransitionError ( transition : Transition ) {
1614 try {
You can’t perform that action at this time.
0 commit comments