Update Dependencies #280
Annotations
5 errors and 2 warnings
|
lint
Process completed with exit code 2.
|
|
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/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
|