Update packages #246
codecov.yml
on: push
Run backend tests and collect coverage
40s
Run frontend customer tests and collect coverage
19s
Annotations
4 errors
src/components/__tests__/WaitingTimeDisplay.spec.ts > WaitingTimeDisplay > renders waiting time and queue information correctly:
frontend/customer/src/components/__tests__/WaitingTimeDisplay.spec.ts#L69
AssertionError: expected 'Estimert ventetid90min 3 venterOppdat…' to contain '13:00:00'
Expected: "13:00:00"
Received: "Estimert ventetid90min 3 venterOppdatert 12:00:00"
❯ src/components/__tests__/WaitingTimeDisplay.spec.ts:69:28
|
src/components/__tests__/WaitingTimeDisplay.spec.ts > WaitingTimeDisplay > formats time correctly for different locales:
frontend/customer/src/components/__tests__/WaitingTimeDisplay.spec.ts#L126
AssertionError: expected 'Estimert ventetid90min 1 venterOppdat…' to contain '13:34:56'
Expected: "13:34:56"
Received: "Estimert ventetid90min 1 venterOppdatert 12:34:56"
❯ src/components/__tests__/WaitingTimeDisplay.spec.ts:126:28
|
Run frontend customer tests and collect coverage
Process completed with exit code 1.
|
Run backend tests and collect coverage
Process completed with exit code 1.
|