Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LeviPesin committed Jun 16, 2022
1 parent a908404 commit 25dae4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/screenshot.spec.ts
Expand Up @@ -194,7 +194,7 @@ describe('Screenshots', function () {
await page.setViewport({ width: 500, height: 500 });
await page.goto(server.PREFIX + '/grid.html');
const screenshot = await page.screenshot({
fromSurface: false
fromSurface: false,
});
expect(screenshot).toBeGolden('screenshot-fromsurface-false.png');
});
Expand Down

0 comments on commit 25dae4f

Please sign in to comment.