2019-08-06 23:26:04 +01:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`installer tests Appends trailing slash to registry 1`] = `
|
|
|
|
"//registry.npmjs.org/:_authToken=\${NODE_AUTH_TOKEN}
|
|
|
|
registry=https://registry.npmjs.org/"
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`installer tests Automatically configures GPR scope 1`] = `
|
|
|
|
"npm.pkg.github.com/:_authToken=\${NODE_AUTH_TOKEN}
|
2019-08-22 03:46:35 +01:00
|
|
|
@ownername:registry=npm.pkg.github.com/"
|
2019-08-06 23:26:04 +01:00
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`installer tests Configures scoped npm registries 1`] = `
|
|
|
|
"//registry.npmjs.org/:_authToken=\${NODE_AUTH_TOKEN}
|
2019-08-22 03:46:35 +01:00
|
|
|
@myscope:registry=https://registry.npmjs.org/"
|
2019-08-06 23:26:04 +01:00
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`installer tests Sets up npmrc for npmjs 1`] = `
|
|
|
|
"//registry.npmjs.org/:_authToken=\${NODE_AUTH_TOKEN}
|
|
|
|
registry=https://registry.npmjs.org/"
|
|
|
|
`;
|