Feature/predictable server ids #1849
ci.yml
on: pull_request
ci
/
unit-tests
45s
Matrix: ci / lint
Annotations
6 errors
ci / lint (npm run types):
test/servers/reducers/servers.test.ts#L113
Argument of type '{ name: string; autoConnect: boolean | undefined; url: string; apiKey: string; }[]' is not assignable to parameter of type 'ServerWithId[]'.
|
ci / lint (npm run types)
Process completed with exit code 2.
|
ci / lint (npm run lint)
The job was canceled because "npm_run_types" failed.
|
ci / lint (npm run lint)
The operation was canceled.
|
test/servers/reducers/servers.test.ts > serversReducer > action creators > createServers > generates an id for every provided server if they do not have it:
test/servers/reducers/servers.test.ts#L115
AssertionError: expected false to deeply equal true
- Expected
+ Received
- true
+ false
❯ test/servers/reducers/servers.test.ts:115:64
|
ci / unit-tests
Process completed with exit code 1.
|