Bump @typescript-eslint/parser from 8.46.2 to 8.48.1 #787
Annotations
5 errors
|
Test
Process completed with exit code 1.
|
|
__tests__/parse-command.spec.ts > parse > Support 'on':
src/repositories.ts#L39
AssertionError: false == true
- Expected
+ Received
- true
+ false
❯ getRepositories src/repositories.ts:39:12
❯ parseRepositories src/parse-command.ts:51:27
❯ parseCommand src/parse-command.ts:45:24
❯ __tests__/parse-command.spec.ts:66:53
|
|
__tests__/parse-command.spec.ts > parse > returns command obj represents version vs default:
src/repositories.ts#L39
AssertionError: false == true
- Expected
+ Received
- true
+ false
❯ getRepositories src/repositories.ts:39:12
❯ parseRepositories src/parse-command.ts:51:27
❯ parseCommand src/parse-command.ts:45:24
❯ __tests__/parse-command.spec.ts:44:39
|
|
__tests__/parse-command.spec.ts > parse > returns command obj represents version vs repositoryAndRef:
src/repositories.ts#L39
AssertionError: false == true
- Expected
+ Received
- true
+ false
❯ getRepositories src/repositories.ts:39:12
❯ parseRepositories src/parse-command.ts:51:27
❯ parseCommand src/parse-command.ts:45:24
❯ __tests__/parse-command.spec.ts:25:39
|
|
__tests__/parse-command.spec.ts > parse > returns command obj represents prNumber vs repositoryAndRef:
src/repositories.ts#L39
AssertionError: false == true
- Expected
+ Received
- true
+ false
❯ getRepositories src/repositories.ts:39:12
❯ parseRepositories src/parse-command.ts:51:27
❯ parseCommand src/parse-command.ts:45:24
❯ __tests__/parse-command.spec.ts:6:39
|