Skip to content

Commit cd754b3

Browse files
committed
Remove global qunit config change within router_js tests
1 parent 468a145 commit cd754b3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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)