diff --git a/packages/core/test/calculateResetAt.test.ts b/packages/core/test/calculateResetAt.test.ts index a6ba61bbe..00e8ebc94 100644 --- a/packages/core/test/calculateResetAt.test.ts +++ b/packages/core/test/calculateResetAt.test.ts @@ -1,4 +1,4 @@ -import { calculateResetAt } from "../src/index.js"; +import { calculateResetAt } from "../src/retry.js"; describe("calculateResetAt", () => { it("Should be able to correctly calculate iso_8601_duration_openai_variant reset values", () => { diff --git a/packages/core/test/eventFilterMatches.test.ts b/packages/core/test/eventFilterMatches.test.ts index cb89bd197..4df17fa23 100644 --- a/packages/core/test/eventFilterMatches.test.ts +++ b/packages/core/test/eventFilterMatches.test.ts @@ -1,5 +1,5 @@ -import { EventFilter } from "../src/index.js"; -import { eventFilterMatches } from "../src/eventFilterMatches"; +import { type EventFilter } from "../src/index.js"; +import { eventFilterMatches } from "../src/eventFilterMatches.js"; describe("eventFilterMatches", () => { it("should return true if the payload is undefined and the filter is empty", () => {