(url: string, init = {})
| 1945 | |
| 1946 | describe('routing', () => { |
| 1947 | const navRequest = (url: string, init = {}) => |
| 1948 | makeNavigationRequest(scope, url, undefined, init); |
| 1949 | |
| 1950 | beforeEach(async () => { |
| 1951 | expect(await makeRequest(scope, '/foo.txt')).toEqual('this is foo'); |
no test coverage detected
searching dependent graphs…