3
0
Fork 0
mirror of https://gitea.com/actions/setup-node.git synced 2024-11-22 01:59:32 +01:00

remove debug

This commit is contained in:
Andres Vargas 2020-10-21 18:20:47 -05:00
parent 8dde5bc004
commit a600caf7cc

View file

@ -130,7 +130,6 @@ describe('authutil tests', () => {
let rc = readRcFile(rcFile);
expect(rc['@ownername:registry']).toBe('npm.pkg.github.com/');
expect(rc['always-auth']).toBe('false');
dbg(`${JSON.stringify(rc)}`);
expect(process.env.NODE_AUTH_TOKEN).toEqual('foobar');
})