link: make lint happy
This commit is contained in:
parent
3624e3e315
commit
f5c8e1d344
|
|
@ -36,6 +36,6 @@ it('should fetch hidpi assets', async ({ contextFactory, server }) => {
|
||||||
const [ request ] = await Promise.all([
|
const [ request ] = await Promise.all([
|
||||||
page.waitForRequest('**/image*'),
|
page.waitForRequest('**/image*'),
|
||||||
page.goto(server.PREFIX + '/highdpi.html'),
|
page.goto(server.PREFIX + '/highdpi.html'),
|
||||||
])
|
]);
|
||||||
expect(request.url()).toContain('image2x');
|
expect(request.url()).toContain('image2x');
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue