You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[1] ✔ 'passes' (109ms)
[2] ✔ 'passes' (110ms)
stderr for 2: assert.js:337
stderr for 2: throw err;
stderr for 2: ^
stderr for 2:
stderr for 2: AssertionError [ERR_ASSERTION]: "short" letter must be alphabetic (uppercase or lowercase.
stderr for 2: at new CliParser (/home/oleg/WebstormProjects/oresoftware/cli.ts/dist/index.js:40:17)
stderr for 2: at Object.<anonymous> (/home/oleg/WebstormProjects/oresoftware/cli.ts/test/fixtures/script1.js:11:11)
stderr for 2: at Module._compile (internal/modules/cjs/loader.js:689:30)
stderr for 2: at startup (internal/bootstrap/node.js:266:19)
stderr for 2: at bootstrapNodeJSCore (internal/bootstrap/node.js:596:3)
[3] ✔ 'passes' (114ms)
should look like this instead:
[1] ✔ 'passes' (109ms)
[2] ✔ 'passes' (110ms)
stderr for 2: assert.js:337
stderr for 2: throw err;
stderr for 2: ^
stderr for 2:
stderr for 2: AssertionError [ERR_ASSERTION]: "short" letter must be alphabetic (uppercase or lowercase.
stderr for 2: at new CliParser (/home/oleg/WebstormProjects/oresoftware/cli.ts/dist/index.js:40:17)
stderr for 2: at Object.<anonymous> (/home/oleg/WebstormProjects/oresoftware/cli.ts/test/fixtures/script1.js:11:11)
stderr for 2: at Module._compile (internal/modules/cjs/loader.js:689:30)
stderr for 2: at startup (internal/bootstrap/node.js:266:19)
stderr for 2: at bootstrapNodeJSCore (internal/bootstrap/node.js:596:3)
[3] ✔ 'passes' (114ms)
The text was updated successfully, but these errors were encountered:
The following:
should look like this instead:
The text was updated successfully, but these errors were encountered: