Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed May 7, 2024
1 parent bac0dff commit 751cb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/text_layer_spec.mjs
Expand Up @@ -54,7 +54,7 @@ describe("Text layer", () => {
const TOLERANCE = 10;

const actual = await page.evaluate(() =>
// We need to replace EOL on Windows to match the expected string.
// We need to normalize EOL for Windows
window.getSelection().toString().replaceAll("\r\n", "\n")
);

Expand Down

0 comments on commit 751cb91

Please sign in to comment.