Add tree view and remove some features to simplify #47
GitHub Actions / Tests annotations (🧪 jest-coverage-report-action)
failed
Aug 12, 2024 in 0s
Test suite run failed
Failed tests: 1/58. Failed suites: 1/6.
Details
Created failed tests' annotations. To disable them, see documentation.
● Namespace › create/remove/update doc inside the namespace
expect(received).toBe(expected) // Object.is equality
Expected: "Renamed Test"
Received: undefined
88 | (await remoteDoc.getDocs(defaultNamespaceId)).find((n) => n.id === d1.id)
89 | ?.name
> 90 | ).toBe("Renamed Test");
| ^
91 |
92 | await remoteDoc.removeDoc(d2.id);
93 | expect((await remoteDoc.getDocs(defaultNamespaceId)).length).toBe(1);
at Object.toBe (src/drivers/saved-doc/saved-doc-actions.test.ts:90:7)
Annotations
Check failure on line 60 in src/drivers/saved-doc/saved-doc-actions.test.ts
github-actions / Tests annotations (🧪 jest-coverage-report-action)
Namespace > create/remove/update doc inside the namespace
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Renamed Test"
Received: undefined
at Object.toBe (/home/runner/work/libsql-studio/libsql-studio/src/drivers/saved-doc/saved-doc-actions.test.ts:90:7)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
Loading