Skip to content

Commit 8826fad

Browse files
committed
Quite silly.
1 parent b1bf83e commit 8826fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/local-env/scripts/install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ writeFileSync( 'wp-tests-config.php', testConfig );
4141
// Once the site is available, install WordPress!
4242
wait_on( {
4343
resources: [
44-
`tcp:localhost:${process.env.LOCAL_PORT}`
44+
`tcp:localhost:${process.env.LOCAL_PORT}`,
4545
`tcp:mysql:3306`
4646
],
4747
timeout: 3000,

0 commit comments

Comments
 (0)