From 479f1f137da07eeada1c2fe0286a643d2aff03ff Mon Sep 17 00:00:00 2001 From: Siddharth Thevaril Date: Thu, 28 Sep 2023 10:37:25 +0530 Subject: [PATCH] fix indentation --- tests/cypress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cypress/config.js b/tests/cypress/config.js index 04d04a1..7d0cb50 100644 --- a/tests/cypress/config.js +++ b/tests/cypress/config.js @@ -33,7 +33,7 @@ module.exports = defineConfig({ * @returns config Updated Cypress Config object. */ const setBaseUrl = async (on, config) => { - const cacheDirectory = await getCacheDirectory(); + const cacheDirectory = await getCacheDirectory(); const wpEnvConfig = await loadConfig( cacheDirectory ); if (wpEnvConfig) {