Skip to content

Commit

Permalink
fix: broken imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Feb 7, 2024
1 parent 5ade5d6 commit 85ad875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
],
"summary"
]
}
}
2 changes: 1 addition & 1 deletion tests/mock/utils/logger.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Logger } from "../../../src";
import { Logger } from "@golem-sdk/golem-js";

function ctxToString(ctx: Record<string, unknown> | Error | undefined) {
if (!ctx) return "[no context]";
Expand Down

0 comments on commit 85ad875

Please sign in to comment.