We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468a145 commit cd754b3Copy full SHA for cd754b3
1 file changed
packages/router_js/tests/test_helpers.ts
@@ -9,8 +9,6 @@ import type { TransitionError } from '../lib/transition-state';
9
import type { UnrecognizedURLError } from '../lib/unrecognized-url-error';
10
import { isTransitionAborted } from '../lib/transition-aborted-error';
11
12
-QUnit.config.testTimeout = 1000;
13
-
14
// A useful function to allow you to ignore transition errors in a testing context
15
export async function ignoreTransitionError(transition: Transition) {
16
try {
0 commit comments