Skip to content

Commit c0ad878

Browse files
committed
chore: pretty print testConfig.json while running integ tests
1 parent cd09d4e commit c0ad878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/setupTestConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ if (process.env.APP_CONFIG_FOR_INTEG_TESTS) {
1818
"as no CI environment variable APP_CONFIG_FOR_INTEG_TESTS detected \n If you wish to run this from GitHub " +
1919
"actions, set a repository secret APP_CONFIG_FOR_INTEG_TESTS which contains the app config");
2020
console.warn("Please edit src/testConfig.json to add your own app config for tests!!");
21-
writeFileSync("src/testConfig.json", JSON.stringify(defaultTestConfig));
21+
writeFileSync("src/testConfig.json", JSON.stringify(defaultTestConfig, null, 4));
2222
}

0 commit comments

Comments
 (0)