Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Commit 8ea886f

Browse files
author
Loïc Guychard
committed
chore: exclude stubs from coverage
1 parent 972dedf commit 8ea886f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@
8484
"src/**/*.ts?(x)"
8585
],
8686
"exclude": [
87-
"**/*.test.ts?(x)"
87+
"**/*.test.ts?(x)",
88+
"src/util/stubs.ts"
8889
],
8990
"extension": [
9091
".tsx",

0 commit comments

Comments
 (0)