chore(test): introduce some tests related to projects hooks #120
Annotations
4 errors
test/hooks/projects.test.tsx > single member > gets own device:
test/hooks/projects.test.tsx#L602
AssertionError: single member read hook updates after updating own device info: expected { …(5) } to have deep property 'name' of 'device_1_updated', but got 'device_1'
Expected: "device_1_updated"
Received: "device_1"
❯ test/hooks/projects.test.tsx:602:10
|
test (20.x)
Process completed with exit code 1.
|
test/hooks/projects.test.tsx > single member > gets own device:
test/hooks/projects.test.tsx#L602
AssertionError: single member read hook updates after updating own device info: expected { …(5) } to have deep property 'name' of 'device_1_updated', but got 'device_1'
Expected: "device_1_updated"
Received: "device_1"
❯ test/hooks/projects.test.tsx:602:10
|
test (18.x)
Process completed with exit code 1.
|