We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b000fbd commit bdd3232Copy full SHA for bdd3232
npm_test.go
@@ -251,7 +251,7 @@ func TestNpmInstallClientNative(t *testing.T) {
251
}
252
253
func createNpmrcForTesting(t *testing.T, configFilePath string) (err error) {
254
- //Creation of npmrc - npmCommand.CreateTempNpmrc() function is used to create a npmrc file used for uploading
+ // Creation of npmrc - npmCommand.CreateTempNpmrc() function is used to create a npmrc file
255
npmCommand := npm.NewNpmCommand("install", true)
256
npmCommand.SetConfigFilePath(configFilePath)
257
npmCommand.SetServerDetails(serverDetails)
0 commit comments