Update Dependencies #282
Annotations
6 errors and 2 warnings
|
test
Final attempt failed. Child_process exited with error code 1
|
|
src/auth/useDeleteUser.test.ts > when authed, useDeleteUser hook > should have loading state while dispatching:
src/auth/useDeleteUser.test.ts#L111
AssertionError: expected 'ready' to be 'loading' // Object.is equality
Expected: "loading"
Received: "ready"
❯ src/auth/useDeleteUser.test.ts:111:19
|
|
src/auth/useDeleteUser.test.ts > when authed, useDeleteUser hook > should have loading state while dispatching:
src/auth/useDeleteUser.test.ts#L111
AssertionError: expected 'ready' to be 'loading' // Object.is equality
Expected: "loading"
Received: "ready"
❯ src/auth/useDeleteUser.test.ts:111:19
|
|
src/firestore/useCollection.test.ts > later useCollection hook > have a snapshot:
src/firestore/useCollection.test.ts#L85
TypeError: actual value must be number or bigint, received "undefined"
❯ src/firestore/useCollection.test.ts:85:28
|
|
src/firestore/useCollection.test.ts > later useCollection hook > should not be loading state:
src/firestore/useCollection.test.ts#L70
AssertionError: expected true to be false // Object.is equality
- Expected
+ Received
- false
+ true
❯ src/firestore/useCollection.test.ts:70:21
|
|
src/auth/useDeleteUser.test.ts > when authed, useDeleteUser hook > should have loading state while dispatching:
src/auth/useDeleteUser.test.ts#L111
AssertionError: expected 'ready' to be 'loading' // Object.is equality
Expected: "loading"
Received: "ready"
❯ src/auth/useDeleteUser.test.ts:111:19
|
|
test
Attempt 2 failed. Reason: Child_process exited with error code 1
|
|
test
Attempt 1 failed. Reason: Child_process exited with error code 1
|