Skip to content

Commit 090b0c7

Browse files
committed
nitpick
1 parent 32500fd commit 090b0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/react-start/basic/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
getDummyServerPort,
44
getTestServerPort,
55
} from '@tanstack/router-e2e-utils'
6-
import { isSpaMode } from 'tests/utils/isSpaMode'
6+
import { isSpaMode } from './tests/utils/isSpaMode'
77
import packageJson from './package.json' with { type: 'json' }
88

99
const PORT = await getTestServerPort(

0 commit comments

Comments
 (0)