Skip to content

Commit

Permalink
fix spacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal-alvi committed Jun 21, 2024
1 parent f0bcd03 commit 000ab24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = defineConfig({
*/
const setBaseUrl = async (on, config) => {
const cacheDirectory = await getCacheDirectory();
const wpEnvConfig = await loadConfig(cacheDirectory);
const wpEnvConfig = await loadConfig(cacheDirectory);

if (wpEnvConfig) {
const port = wpEnvConfig.env.tests.port || null;
Expand Down

0 comments on commit 000ab24

Please sign in to comment.