8000 fix(vitest): fix matchers augmentation for typescript · html-validate/html-validate@7c4bb69 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7c4bb69

Browse files
mihkeleidastext
authored andcommitted
fix(vitest): fix matchers augmentation for typescript
1 parent 1ccf7b0 commit 7c4bb69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vitest/augmentation.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
import { type ConfigData } from "../config";
33
import { type Message } from "../message";
44

5+
import "vitest";
6+
57
declare module "vitest" {
68
interface Assertion<T = any> {
79
/**

0 commit comments

Comments
 (0)
0