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 106bd53 commit a800eeaCopy full SHA for a800eea
package.json
@@ -39,7 +39,6 @@
39
"@types/node": "*",
40
"@types/picomatch": "^4.0.0",
41
"@types/unist": "^3.0.3",
42
- "@vitest/coverage-v8": "^3.2.4",
43
"eslint-import-resolver-typescript": "*",
44
"eslint-plugin-import": "*",
45
"typedoc": "*",
src/vitest/index.d.ts
@@ -2,6 +2,7 @@ import type { AsyncExpectationResult } from "@vitest/expect";
2
import type { Plugin } from "vite";
3
import type { SchemaObject } from "@hyperjump/json-schema";
4
import JsonSchemaCoverageProvider from "./coverage-provider.js";
5
+import "./register-matchers.js";
6
7
/**
8
* Register a schema in your code base by it's path.
0 commit comments