Skip to content

Commit 1c8558a

Browse files
author
Gio Della-Libera
committed
test(doctor): type conversion target registry check
1 parent e24823c commit 1c8558a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/flows/doctor-core-checks.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe("registerCoreHealthChecks", () => {
6161
registerCoreHealthChecks();
6262

6363
const registeredIds = new Set(listHealthChecks().map((check) => check.id));
64-
const coreTargets = new Set(
64+
const coreTargets = new Set<string>(
6565
doctorHealthConversionRules.flatMap((rule) =>
6666
rule.target.filter((target) => target.startsWith("core/doctor/")),
6767
),

0 commit comments

Comments
 (0)