(styles: StyleExpectations)
| 21 | } |
| 22 | |
| 23 | async function expectStyles(styles: StyleExpectations) { |
| 24 | await expectPageStyles(expect, styles); |
| 25 | } |
| 26 | |
| 27 | describe('Correct fixes are chosen', () => { |
| 28 | it('If no matching URL found, returns only default fix', async () => { |
no outgoing calls
no test coverage detected
searching dependent graphs…