remove space

This commit is contained in:
Andres Vargas 2020-10-21 18:21:28 -05:00
parent a600caf7cc
commit 5da2d61209

View file

@ -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');
})
});