Skip to content

feat: allow manual supplying pat #20

feat: allow manual supplying pat

feat: allow manual supplying pat #20

Triggered via pull request November 9, 2024 16:38
Status Failure
Total duration 37s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
src/bin/help.test.ts > logHelpText > logs help text when called: src/bin/help.test.ts#L27
Error: Snapshot `logHelpText > logs help text when called 1` mismatched - Expected + Received @@ -27,9 +27,13 @@ " -c | --config (string): The location of the .npmrc file. Defaults to current directory", ], [ " - -e | --email (string): Allows users to supply an explicit email - if not supplied, will be inferred from git user.config", + -e | --email (string): Allows users to supply an explicit email - if not supplied, the example ADO value will be used", + ], + [ + " + -p | --pat (string): Allows users to supply an explicit Personal Access Token (which must include the Packaging read and write scopes) - if not supplied, will be acquired from the Azure CLI", ], [], ] ❯ src/bin/help.test.ts:27:37
Test
Process completed with exit code 1.