Skip to content

Commit d166627

Browse files
committed
format
1 parent da9891e commit d166627

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

testing/test-setup/src/lib/extend/path.matcher.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ declare module 'vitest' {
77
toStartWithPath(path: string): void;
88
toContainPath(path: string): void;
99
toEndWithPath(path: string): void;
10-
}
10+
};
1111
}

testing/test-utils/tsconfig.lib.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
"declaration": true,
66
"types": ["node"]
77
},
8-
"include": [
9-
"src/**/*.ts"
10-
],
8+
"include": ["src/**/*.ts"],
119
"exclude": [
1210
"vite.config.unit.ts",
1311
"src/**/*.unit.test.ts",

0 commit comments

Comments
 (0)