diff --git a/__tests__/authutil.test.ts b/__tests__/authutil.test.ts index 7910935f..110cbbec 100644 --- a/__tests__/authutil.test.ts +++ b/__tests__/authutil.test.ts @@ -131,6 +131,5 @@ describe('authutil tests', () => { expect(rc['@ownername:registry']).toBe('npm.pkg.github.com/'); expect(rc['always-auth']).toBe('false'); expect(process.env.NODE_AUTH_TOKEN).toEqual('foobar'); - }) });