feat: 기능 추가 과정중
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { describe, expect, it, vi } from "vitest";
|
||||
|
||||
import { createApplication } from "../../src/application/create-application.js";
|
||||
import { createAnonymousSessionAdapter } from "../../src/adapters/auth/external-session-adapter.js";
|
||||
import type { StoragePort } from "../../src/application/ports/storage-port.js";
|
||||
import type { DiagnosticsPort } from "../../src/application/ports/diagnostics-port.js";
|
||||
import type { TelemetryPort } from "../../src/application/ports/telemetry-port.js";
|
||||
import { createApplication } from "../../src/application/create-application.ts";
|
||||
import { createAnonymousSessionAdapter } from "../../src/adapters/auth/external-session-adapter.ts";
|
||||
import type { StoragePort } from "../../src/application/ports/storage-port.ts";
|
||||
import type { DiagnosticsPort } from "../../src/application/ports/diagnostics-port.ts";
|
||||
import type { TelemetryPort } from "../../src/application/ports/telemetry-port.ts";
|
||||
|
||||
type ReleaseFixture = {
|
||||
buildId: string;
|
||||
@@ -125,7 +125,7 @@ describe("production chunk recovery application input", () => {
|
||||
read: () => ({
|
||||
ok: false as const,
|
||||
error: {
|
||||
kind: "STORAGE_UNAVAILABLE",
|
||||
kind: "STORAGE_UNAVAILABLE" as const,
|
||||
code: "STORAGE_UNAVAILABLE",
|
||||
retryable: false,
|
||||
operationId: "STORAGE",
|
||||
|
||||
Reference in New Issue
Block a user