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 cd09d4e commit c0ad878Copy full SHA for c0ad878
test/integration/setupTestConfig.js
@@ -18,5 +18,5 @@ if (process.env.APP_CONFIG_FOR_INTEG_TESTS) {
18
"as no CI environment variable APP_CONFIG_FOR_INTEG_TESTS detected \n If you wish to run this from GitHub " +
19
"actions, set a repository secret APP_CONFIG_FOR_INTEG_TESTS which contains the app config");
20
console.warn("Please edit src/testConfig.json to add your own app config for tests!!");
21
- writeFileSync("src/testConfig.json", JSON.stringify(defaultTestConfig));
+ writeFileSync("src/testConfig.json", JSON.stringify(defaultTestConfig, null, 4));
22
}
0 commit comments