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 fac6b23 commit 5e5a644Copy full SHA for 5e5a644
tests/config/loadConfig.test.ts
@@ -62,7 +62,6 @@ test('loadConfig salt', () => {
62
writeFileSync(TEST_FILE_PATH, JSON.stringify(cfg), 'utf-8');
63
64
const loadResult = loadConfig(TEST_FILE_PATH, REGION);
65
- console.log(loadResult);
66
67
expect(loadResult.success).toEqual(true);
68
if (!loadResult.success) throw new TypeError();
0 commit comments