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 b1bf83e commit 8826fadCopy full SHA for 8826fad
tools/local-env/scripts/install.js
@@ -41,7 +41,7 @@ writeFileSync( 'wp-tests-config.php', testConfig );
41
// Once the site is available, install WordPress!
42
wait_on( {
43
resources: [
44
- `tcp:localhost:${process.env.LOCAL_PORT}`
+ `tcp:localhost:${process.env.LOCAL_PORT}`,
45
`tcp:mysql:3306`
46
],
47
timeout: 3000,
0 commit comments