diff --git a/packages/auth/src/di/bind-production.types.test.ts b/packages/auth/src/di/bind-production.types.test.ts index cedb544..77eeb7d 100644 --- a/packages/auth/src/di/bind-production.types.test.ts +++ b/packages/auth/src/di/bind-production.types.test.ts @@ -1,11 +1,11 @@ import { describe, it } from "vitest"; import type { ProductionUseCase } from "@repo/core-shared/conformance"; -import type { AuthManifest } from "../feature.manifest"; +import type { AuthManifest } from "@/feature.manifest"; import type { SignInInput, SignInOutput, -} from "../application/use-cases/sign-in.use-case"; -import { signInUseCase } from "../application/use-cases/sign-in.use-case"; +} from "@/application/use-cases/sign-in.use-case"; +import { signInUseCase } from "@/application/use-cases/sign-in.use-case"; describe("auth.signIn binding slot (type-level)", () => { it("rejects an unwrapped factory", () => {