feat: 기능 추가 과정중
This commit is contained in:
@@ -5,11 +5,11 @@ import {
|
||||
getLastBootEvidence,
|
||||
noOpDiagnostics,
|
||||
recordBootFailure,
|
||||
} from "../../src/adapters/diagnostics/bounded-diagnostics.js";
|
||||
} from "../../src/adapters/diagnostics/bounded-diagnostics.ts";
|
||||
import {
|
||||
projectDiagnosticRecord,
|
||||
safeErrorKind,
|
||||
} from "../../src/contracts/diagnostics.js";
|
||||
} from "../../src/contracts/diagnostics.ts";
|
||||
|
||||
describe("structured diagnostics contract", () => {
|
||||
it("projects only registered, bounded context with deterministic time", () => {
|
||||
|
||||
Reference in New Issue
Block a user