Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LeviPesin authored and jrandolf committed Jun 20, 2022
1 parent 05d3d01 commit fbfb51d
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 fbfb51d

Please sign in to comment.