Commit 9f7bbc8
authored
fix(web): exclude framework wrappers from coverage (#512)
## summary
excludes the Web adapter React, Vue, and Svelte wrapper entry points
from coverage collection
these files are thin framework-specific `useChat` wrappers that are
already validated by build and typecheck, and excluding them avoids
Vitest coverage trying to parse the Svelte wrapper as plain TypeScript1 parent b93ffa7 commit 9f7bbc8
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
12 | 17 | | |
13 | 18 | | |
14 | 19 | | |
0 commit comments