Unify deployment tracking and support multiple deployments #1585
Annotations
3 errors
|
Test
Process completed with exit code 1.
|
|
test/unit/login/loginCoordinator.test.ts > LoginCoordinator > same-window guard > prevents duplicate login calls for same hostname:
test/unit/login/loginCoordinator.test.ts#L234
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ test/unit/login/loginCoordinator.test.ts:234:28
|
|
test/unit/login/loginCoordinator.test.ts > LoginCoordinator > token authentication > prompts for token when no stored auth exists:
src/login/loginCoordinator.ts#L288
TypeError: Cannot read properties of undefined (reading 'Error')
❯ Object.validateInput src/login/loginCoordinator.ts:288:51
❯ Object.<anonymous> test/mocks/testHelpers.ts:242:31
|