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 da9891e commit d166627Copy full SHA for d166627
testing/test-setup/src/lib/extend/path.matcher.d.ts
@@ -7,5 +7,5 @@ declare module 'vitest' {
7
toStartWithPath(path: string): void;
8
toContainPath(path: string): void;
9
toEndWithPath(path: string): void;
10
- }
+ };
11
}
testing/test-utils/tsconfig.lib.json
@@ -5,9 +5,7 @@
5
"declaration": true,
6
"types": ["node"]
},
- "include": [
- "src/**/*.ts"
- ],
+ "include": ["src/**/*.ts"],
"exclude": [
12
"vite.config.unit.ts",
13
"src/**/*.unit.test.ts",
0 commit comments