Skip to content

Commit e4b8daa

Browse files
committed
Fix syntax error
1 parent 3603766 commit e4b8daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/npmRegistryUtils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ describe(`npm registry utils fetchAsJson`, () => {
103103
headers: {
104104
...DEFAULT_HEADERS,
105105
authorization: `Basic ${encodedCreds}`
106-
}));
106+
});
107107
});
108108

109109
it(`adds authorization header if COREPACK_NPM_PASSWORD is set and COREPACK_NPM_USERNAME is not.`, async () => {

0 commit comments

Comments
 (0)