Skip to content

Commit

Permalink
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/config-utils.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/config-utils.test.js.map
2 changes: 1 addition & 1 deletion src/config-utils.test.ts
@@ -83,7 +83,7 @@ test("loading config saves config", async t => {
t.false(fs.existsSync(configUtils.getPathToParsedConfigFile()));

// Sanity check that getConfig throws before we have called initConfig
t.throwsAsync(configUtils.getConfig);
await t.throwsAsync(configUtils.getConfig);

const config1 = await configUtils.initConfig();

0 comments on commit d138b00

Please sign in to comment.