(s)
| 997 | it('should run once', async () => { |
| 998 | let calls = 0; |
| 999 | const matcher: UrlMatcher = (s) => { |
| 1000 | calls++; |
| 1001 | return {consumed: s}; |
| 1002 | }; |
| 1003 | |
| 1004 | const s = await recognize( |
| 1005 | [ |
no outgoing calls
no test coverage detected
searching dependent graphs…