switch osc lib #1234
Annotations
23 errors and 1 warning
Server - Run linter + TypeScript checks
Argument of type '{}' is not assignable to parameter of type 'RuntimeState'.
|
Server - Run linter + TypeScript checks
Argument of type '{}' is not assignable to parameter of type 'RuntimeState'.
|
Server - Run linter + TypeScript checks
Argument of type '{}' is not assignable to parameter of type 'RuntimeState'.
|
Server - Run linter + TypeScript checks
Argument of type '{}' is not assignable to parameter of type 'RuntimeState'.
|
Server - Run linter + TypeScript checks
Object literal may only specify known properties, and 'osc' does not exist in type 'DatabaseModel'.
|
Server - Run linter + TypeScript checks
'"ontime-types"' has no exported member named 'OSCSettings'. Did you mean 'Settings'?
|
Server - Run linter + TypeScript checks
'"ontime-types"' has no exported member named 'HttpSettings'. Did you mean 'Settings'?
|
Server - Run linter + TypeScript checks
Property 'osc' does not exist on type 'DatabaseModel'.
|
Server - Run linter + TypeScript checks
Property 'http' does not exist on type 'DatabaseModel'.
|
Server - Run linter + TypeScript checks
Property 'osc' does not exist on type 'DatabaseModel'.
|
React - Run linter + TypeScript checks
'"ontime-types"' has no exported member named 'HttpSettings'. Did you mean 'Settings'?
|
React - Run linter + TypeScript checks
'"ontime-types"' has no exported member named 'OSCSettings'. Did you mean 'Settings'?
|
React - Run linter + TypeScript checks
'"ontime-types"' has no exported member named 'HttpSettings'. Did you mean 'Settings'?
|
React - Run linter + TypeScript checks
Process completed with exit code 2.
|
React - Run unit tests:
apps/client/src/features/app-settings/panel/automations-panel/__tests__/automationUtils.test.ts#L22
AssertionError: expected [ 2 ] to strictly equal [ 'Third' ]
- Expected
+ Received
Array [
- "Third",
+ 2,
]
❯ src/features/app-settings/panel/automations-panel/__tests__/automationUtils.test.ts:22:42
|
React - Run unit tests
Process completed with exit code 1.
|
Server - Run unit tests:
apps/server/src/api-data/automation/__tests__/automation.utils.test.ts#L171
AssertionError: expected [ { type: 'string', …(1) }, …(1) ] to strictly equal { type: 'array', …(1) }
- Expected:
Object {
"type": "array",
"value": Array [
Object {
"type": "string",
"value": "data with space",
},
Object {
"type": "integer",
"value": 1,
},
],
}
+ Received:
Array [
Object {
"type": "string",
"value": "data with space",
},
Object {
"type": "integer",
"value": 1,
},
]
❯ src/api-data/automation/__tests__/automation.utils.test.ts:171:31
❯ src/api-data/automation/__tests__/automation.utils.test.ts:168:14
|
Server - Run unit tests:
apps/server/src/api-data/automation/__tests__/automation.utils.test.ts#L189
AssertionError: expected [ …(5) ] to strictly equal { type: 'array', …(1) }
- Expected:
Object {
"type": "array",
"value": Array [
Object {
"type": "string",
"value": "test",
},
Object {
"type": "integer",
"value": 1111,
},
Object {
"type": "float",
"value": 0.1111,
},
Object {
"type": "true",
},
Object {
"type": "false",
},
],
}
+ Received:
Array [
Object {
"type": "string",
"value": "test",
},
Object {
"type": "integer",
"value": 1111,
},
Object {
"type": "float",
"value": 0.1111,
},
Object {
"type": "true",
},
Object {
"type": "false",
},
]
❯ src/api-data/automation/__tests__/automation.utils.test.ts:189:35
|
Server - Run unit tests:
apps/server/src/api-data/automation/__tests__/automation.utils.test.ts#L222
AssertionError: expected [ …(5) ] to strictly equal { type: 'array', …(1) }
- Expected:
Object {
"type": "array",
"value": Array [
Object {
"type": "string",
"value": "test",
},
Object {
"type": "string",
"value": "1111",
},
Object {
"type": "string",
"value": "0.1111",
},
Object {
"type": "string",
"value": "TRUE",
},
Object {
"type": "string",
"value": "FALSE",
},
],
}
+ Received:
Array [
Object {
"type": "string",
"value": "test",
},
Object {
"type": "string",
"value": "1111",
},
Object {
"type": "string",
"value": "0.1111",
},
Object {
"type": "string",
"value": "TRUE",
},
Object {
"type": "string",
"value": "FALSE",
},
]
❯ src/api-data/automation/__tests__/automation.utils.test.ts:222:35
|
Server - Run unit tests:
apps/server/src/api-data/automation/__tests__/automation.utils.test.ts#L237
AssertionError: expected [ { type: 'string', …(1) }, …(4) ] to strictly equal { type: 'array', …(1) }
- Expected:
Object {
"type": "array",
"value": Array [
Object {
"type": "string",
"value": "test space",
},
Object {
"type": "integer",
"value": 1111,
},
Object {
"type": "float",
"value": 0.1111,
},
Object {
"type": "true",
},
Object {
"type": "false",
},
],
}
+ Received:
Array [
Object {
"type": "string",
"value": "test space",
},
Object {
"type": "integer",
"value": 1111,
},
Object {
"type": "float",
"value": 0.1111,
},
Object {
"type": "true",
},
Object {
"type": "false",
},
]
❯ src/api-data/automation/__tests__/automation.utils.test.ts:237:35
|
Server - Run unit tests:
apps/server/src/api-data/automation/__tests__/automation.utils.test.ts#L252
AssertionError: expected [ { type: 'string', …(1) }, …(4) ] to strictly equal { type: 'array', …(1) }
- Expected:
Object {
"type": "array",
"value": Array [
Object {
"type": "string",
"value": "test \" space",
},
Object {
"type": "integer",
"value": 1111,
},
Object {
"type": "float",
"value": 0.1111,
},
Object {
"type": "true",
},
Object {
"type": "false",
},
],
}
+ Received:
Array [
Object {
"type": "string",
"value": "test \" space",
},
Object {
"type": "integer",
"value": 1111,
},
Object {
"type": "float",
"value": 0.1111,
},
Object {
"type": "true",
},
Object {
"type": "false",
},
]
❯ src/api-data/automation/__tests__/automation.utils.test.ts:252:35
|
Server - Run unit tests:
apps/server/src/api-data/automation/__tests__/automation.utils.test.ts#L261
AssertionError: expected [ …(4) ] to strictly equal { type: 'array', …(1) }
- Expected:
Object {
"type": "array",
"value": Array [
Object {
"type": "integer",
"value": 1111,
},
Object {
"type": "float",
"value": 0.1111,
},
Object {
"type": "true",
},
Object {
"type": "false",
},
],
}
+ Received:
Array [
Object {
"type": "integer",
"value": 1111,
},
Object {
"type": "float",
"value": 0.1111,
},
Object {
"type": "true",
},
Object {
"type": "false",
},
]
❯ src/api-data/automation/__tests__/automation.utils.test.ts:261:35
|
Server - Run unit tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading