Extract errors into module
This commit is contained in:
parent
d13abc115d
commit
a21b1e8c03
12 changed files with 11 additions and 11 deletions
|
|
@ -5,7 +5,7 @@ import type { RelativePath } from "../../persistence/database";
|
|||
import { Locks } from "./locks";
|
||||
import { awaitAll } from "../await-all";
|
||||
import { sleep } from "../sleep";
|
||||
import { SyncResetError } from "../../services/sync-reset-error";
|
||||
import { SyncResetError } from "../../errors/sync-reset-error";
|
||||
|
||||
describe("withLock", () => {
|
||||
const testPath: RelativePath = "test/document/path";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue