refactor(delegate-task): inject sync task deps for test isolation
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { pollSyncSession } from "./sync-session-poller"
|
||||
import { fetchSyncResult } from "./sync-result-fetcher"
|
||||
|
||||
export const syncContinuationDeps = {
|
||||
pollSyncSession,
|
||||
fetchSyncResult,
|
||||
}
|
||||
|
||||
export type SyncContinuationDeps = typeof syncContinuationDeps
|
||||
Reference in New Issue
Block a user