mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-07-25 22:12:59 +00:00
fix corrupted test, update submodule
This commit is contained in:
@@ -640,6 +640,9 @@ describe("runCommand abnormal cases", () => {
|
|||||||
} finally {
|
} finally {
|
||||||
await fs.rm(tempDir, { recursive: true, force: true });
|
await fs.rm(tempDir, { recursive: true, force: true });
|
||||||
}
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
describe("mark-resolved and unlock-remote commands", () => {
|
describe("mark-resolved and unlock-remote commands", () => {
|
||||||
it("mark-resolved without args runs on active database", async () => {
|
it("mark-resolved without args runs on active database", async () => {
|
||||||
const core = createCoreMock();
|
const core = createCoreMock();
|
||||||
|
|||||||
+1
-1
Submodule src/lib updated: 2eb8938ed5...82e15f2b9d
Reference in New Issue
Block a user