| 
									
										
										
										
											2019-08-06 18:29:44 -04: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-21 22:58:23 -04:00
										 |  |  | @ownername:registry=npm.pkg.github.com/" | 
					
						
							| 
									
										
										
										
											2019-08-06 18:29:44 -04:00
										 |  |  | `; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | exports[`installer tests Configures scoped npm registries 1`] = ` | 
					
						
							|  |  |  | "//registry.npmjs.org/:_authToken=\${NODE_AUTH_TOKEN} | 
					
						
							| 
									
										
										
										
											2019-08-21 22:58:23 -04:00
										 |  |  | @myscope:registry=https://registry.npmjs.org/" | 
					
						
							| 
									
										
										
										
											2019-08-06 18:29:44 -04:00
										 |  |  | `; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | exports[`installer tests Sets up npmrc for npmjs 1`] = ` | 
					
						
							|  |  |  | "//registry.npmjs.org/:_authToken=\${NODE_AUTH_TOKEN} | 
					
						
							|  |  |  | registry=https://registry.npmjs.org/" | 
					
						
							|  |  |  | `; |