fix: listen to guest changes #857
Annotations
4 errors
|
test
Process completed with exit code 1.
|
|
test/guest.test.ts > Guest User Module > getGuestNickname > should return the nickname if set:
test/guest.test.ts#L118
AssertionError: expected null to be 'Test User' // Object.is equality
- Expected:
"Test User"
+ Received:
null
❯ test/guest.test.ts:118:21
|
|
test/guest.test.ts > Guest User Module > getGuestUser > should return the existing guest user if already created:
test/guest.test.ts#L90
AssertionError: expected 1st "spy" call to have been called with [ 'guestUid' ], but called only 0 times
❯ test/guest.test.ts:90:39
|
|
test-summary
Process completed with exit code 1.
|