Skip to content

Commit a800eea

Browse files
committed
Fix type loading for matchers
1 parent 106bd53 commit a800eea

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"@types/node": "*",
4040
"@types/picomatch": "^4.0.0",
4141
"@types/unist": "^3.0.3",
42-
"@vitest/coverage-v8": "^3.2.4",
4342
"eslint-import-resolver-typescript": "*",
4443
"eslint-plugin-import": "*",
4544
"typedoc": "*",

src/vitest/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import type { AsyncExpectationResult } from "@vitest/expect";
22
import type { Plugin } from "vite";
33
import type { SchemaObject } from "@hyperjump/json-schema";
44
import JsonSchemaCoverageProvider from "./coverage-provider.js";
5+
import "./register-matchers.js";
56

67
/**
78
* Register a schema in your code base by it's path.

0 commit comments

Comments
 (0)