We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a600caf commit 5da2d61Copy full SHA for 5da2d61
1 file changed
__tests__/authutil.test.ts
@@ -131,6 +131,5 @@ describe('authutil tests', () => {
131
expect(rc['@ownername:registry']).toBe('npm.pkg.github.com/');
132
expect(rc['always-auth']).toBe('false');
133
expect(process.env.NODE_AUTH_TOKEN).toEqual('foobar');
134
-
135
})
136
});
0 commit comments