| 17 | type Msg = z.infer<typeof messageSchema>; |
| 18 | |
| 19 | interface NextArgs { |
| 20 | stdout: { lines: { count: number; after: number } }; |
| 21 | } |
| 22 | |
| 23 | export const test = base.extend<{ |
| 24 | bs: { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…