Skip to content

Commit

Permalink
native can only use 8081 by now
Browse files Browse the repository at this point in the history
  • Loading branch information
zetavg committed Jan 29, 2025
1 parent 96ec139 commit 334c16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test/src/setupTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export async function setupTestServers(): Promise<TestInfo> {

// Get available ports
const prodPort = await getPort()
const devPort = await getPort()
const devPort = process.env.DEV_PORT || (await getPort())

try {
if (!ONLY_TEST_DEV && !process.env.SKIP_BUILD) {
Expand Down

0 comments on commit 334c16a

Please sign in to comment.