build(deps): bump fast-uri from 3.1.0 to 3.1.2 in /app #99
Annotations
10 errors
|
Run app tests:
app/registry/index.ts#L171
Error: Error when registering component dockercompose (Transform failed with 2 errors:
[PARSE_ERROR] Error: Identifier `COMPOSE_PROJECT_CONFIG_FILES_LABEL` has already been declared
╭─[ triggers/providers/dockercompose/Dockercompose.ts:32:7 ]
│
32 │ const COMPOSE_PROJECT_CONFIG_FILES_LABEL = 'com.docker.compose.project.config_files';
│ ─────────────────┬────────────────
│ ╰────────────────── `COMPOSE_PROJECT_CONFIG_FILES_LABEL` has already been declared here
│
181 │ const COMPOSE_PROJECT_CONFIG_FILES_LABEL = 'com.docker.compose.project.config_files';
│ ─────────────────┬────────────────
│ ╰────────────────── It can not be redeclared here
─────╯
[PARSE_ERROR] Error: Identifier `COMPOSE_PROJECT_WORKING_DIR_LABEL` has already been declared
╭─[ triggers/providers/dockercompose/Dockercompose.ts:33:7 ]
│
33 │ const COMPOSE_PROJECT_WORKING_DIR_LABEL = 'com.docker.compose.project.working_dir';
│ ────────────────┬────────────────
│ ╰────────────────── `COMPOSE_PROJECT_WORKING_DIR_LABEL` has already been declared here
│
182 │ const COMPOSE_PROJECT_WORKING_DIR_LABEL = 'com.docker.compose.project.working_dir';
│ ────────────────┬────────────────
│ ╰────────────────── It can not be redeclared here
─────╯
)
❯ registerComponent registry/index.ts:171:11
❯ Module.ensureDockercomposeTriggerForContainer registry/index.ts:550:29
❯ registry/index.test.ts:622:21
|
|
Run app tests:
app/registry/index.ts#L171
Error: Error when registering component dockercompose (Transform failed with 2 errors:
[PARSE_ERROR] Error: Identifier `COMPOSE_PROJECT_CONFIG_FILES_LABEL` has already been declared
╭─[ triggers/providers/dockercompose/Dockercompose.ts:32:7 ]
│
32 │ const COMPOSE_PROJECT_CONFIG_FILES_LABEL = 'com.docker.compose.project.config_files';
│ ─────────────────┬────────────────
│ ╰────────────────── `COMPOSE_PROJECT_CONFIG_FILES_LABEL` has already been declared here
│
181 │ const COMPOSE_PROJECT_CONFIG_FILES_LABEL = 'com.docker.compose.project.config_files';
│ ─────────────────┬────────────────
│ ╰────────────────── It can not be redeclared here
─────╯
[PARSE_ERROR] Error: Identifier `COMPOSE_PROJECT_WORKING_DIR_LABEL` has already been declared
╭─[ triggers/providers/dockercompose/Dockercompose.ts:33:7 ]
│
33 │ const COMPOSE_PROJECT_WORKING_DIR_LABEL = 'com.docker.compose.project.working_dir';
│ ────────────────┬────────────────
│ ╰────────────────── `COMPOSE_PROJECT_WORKING_DIR_LABEL` has already been declared here
│
182 │ const COMPOSE_PROJECT_WORKING_DIR_LABEL = 'com.docker.compose.project.working_dir';
│ ────────────────┬────────────────
│ ╰────────────────── It can not be redeclared here
─────╯
)
❯ registerComponent registry/index.ts:171:11
❯ Module.ensureDockercomposeTriggerForContainer registry/index.ts:550:29
❯ registry/index.test.ts:616:21
|
|
Run app tests:
app/api/trigger.test.ts#L682
ReferenceError: createResponse is not defined
❯ api/trigger.test.ts:682:19
|
|
Run app tests:
app/api/trigger.test.ts#L630
ReferenceError: createResponse is not defined
❯ api/trigger.test.ts:630:19
|
|
Run app tests:
app/api/trigger.test.ts#L497
ReferenceError: createResponse is not defined
❯ api/trigger.test.ts:497:19
|
|
Run app tests:
app/api/trigger.test.ts#L471
ReferenceError: createResponse is not defined
❯ api/trigger.test.ts:471:19
|
|
Run app tests:
app/api/trigger.test.ts#L150
ReferenceError: createResponse is not defined
❯ api/trigger.test.ts:150:19
|
|
Run app tests:
app/api/container.test.ts#L2470
AssertionError: expected "vi.fn()" to not be called at all, but actually been called 1 times
Received:
1st vi.fn() call:
Array [
Object {
"id": "c1",
},
]
Number of calls: 1
❯ api/container.test.ts:2470:39
|
|
Run app tests:
app/api/container.test.ts#L2407
AssertionError: expected [ { type: 'slack', …(2) }, …(1) ] to have a length of 1 but got 2
- Expected
+ Received
- 1
+ 2
❯ api/container.test.ts:2407:24
|
|
Run app tests:
app/api/container.test.ts#L2321
AssertionError: expected { type: 'slack', name: 'default' } to deeply equal ObjectContaining{…}
- Expected
+ Received
- ObjectContaining {
- "configuration": {},
+ {
"name": "default",
"type": "slack",
}
❯ api/container.test.ts:2321:27
|
background
wait
wait-all
cancel
Loading