Skip to content

Commit

Permalink
Other possible fix of unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
eriksteinebach committed Feb 10, 2021
1 parent 4ce56fc commit f0e62d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tasks/NpmV1/Tests/publish-feed-continueOnConflicts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ tmr.setInput(NpmTaskInput.PublishFeed, 'SomeFeedId');
tmr.setInput(NpmTaskInput.AllowPackageConflicts, 'true');
tmr.mockNpmCommand('publish', {
code: 403,
stderr: 'The feed already contains the package \'packageName\' at version \'1.0.0\'',
stdout: 'The feed already contains the package \'packageName\' at version \'1.0.0\''
} as TaskLibAnswerExecResult);
tmr.answers.rmRF[path.join('workingDir', '.npmrc')] = { success: true };
Expand Down

0 comments on commit f0e62d7

Please sign in to comment.