mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-09-01 08:17:07 +00:00
@@ -56,7 +56,7 @@ describe("CLI parseArgs", () => {
|
|||||||
expect(stdout).toHaveBeenCalled();
|
expect(stdout).toHaveBeenCalled();
|
||||||
const combined = stdout.mock.calls.flat().join("\n");
|
const combined = stdout.mock.calls.flat().join("\n");
|
||||||
expect(combined).toContain("Usage:");
|
expect(combined).toContain("Usage:");
|
||||||
expect(combined).toContain("livesync-cli [database-path]");
|
expect(combined).toContain("livesync-cli <database-path> [options] <command> [command-args]");
|
||||||
});
|
});
|
||||||
|
|
||||||
it("parses p2p-peers command and timeout", () => {
|
it("parses p2p-peers command and timeout", () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user