feat: allow manual supplying pat #20
ci.yml
on: pull_request
Build
15s
Lint
20s
Prettier
10s
Test
25s
Type Check
14s
Are the types wrong?
27s
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.
|