Skip to content

Commit 106bd53

Browse files
committed
Fix type
1 parent 1f8b7f5 commit 106bd53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vitest/json-schema-matchers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { FileCoverageMapService } from "./file-coverage-map-service.js";
88
import { TestCoverageEvaluationPlugin } from "../test-coverage-evaluation-plugin.js";
99

1010
/**
11-
* @import { OutputUnit } from "@hyperjump/json-schema"
11+
* @import { Output } from "@hyperjump/json-schema"
1212
* @import * as API from "./index.d.ts"
1313
*/
1414

@@ -23,7 +23,7 @@ if (existsSync(coverageMapsDirectory)) {
2323

2424
/** @type API.matchJsonSchema */
2525
export const matchJsonSchema = async (instance, uriOrSchema) => {
26-
/** @type OutputUnit */
26+
/** @type Output */
2727
let output;
2828

2929
if (typeof uriOrSchema === "string") {

0 commit comments

Comments
 (0)