Skip to content

Commit 2a38963

Browse files
committed
refactor: update import path for durabletask-js module in tests
1 parent d812868 commit 2a38963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/durabletask-js/test/in-memory-backend.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
OrchestrationContext,
1313
Task,
1414
TOrchestrator,
15-
} from "@microsoft/durabletask-js";
15+
} from "../src";
1616

1717
describe("In-Memory Backend", () => {
1818
let backend: InMemoryOrchestrationBackend;

0 commit comments

Comments
 (0)