(url: string)
| 7 | }); |
| 8 | |
| 9 | async function runWebRequest(url: string) { |
| 10 | const entry = createFetchToolEntry()["web-request"]; |
| 11 | return entry.run({ url }); |
| 12 | } |
| 13 | |
| 14 | it.each([ |
| 15 | "http://localhost:3000/_agent-native/actions/x", |
no test coverage detected