We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8b7f5 commit 106bd53Copy full SHA for 106bd53
src/vitest/json-schema-matchers.js
@@ -8,7 +8,7 @@ import { FileCoverageMapService } from "./file-coverage-map-service.js";
8
import { TestCoverageEvaluationPlugin } from "../test-coverage-evaluation-plugin.js";
9
10
/**
11
- * @import { OutputUnit } from "@hyperjump/json-schema"
+ * @import { Output } from "@hyperjump/json-schema"
12
* @import * as API from "./index.d.ts"
13
*/
14
@@ -23,7 +23,7 @@ if (existsSync(coverageMapsDirectory)) {
23
24
/** @type API.matchJsonSchema */
25
export const matchJsonSchema = async (instance, uriOrSchema) => {
26
- /** @type OutputUnit */
+ /** @type Output */
27
let output;
28
29
if (typeof uriOrSchema === "string") {
0 commit comments