Skip to content

Commit

Permalink
fix: duplicate sonarlint
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-humann committed Aug 14, 2023
1 parent d9fd9f4 commit 090f5f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/utils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ describe('isPageKept function', () => {
await page.setContent(`
<html>
<head>
<meta name="keywords" content="hallo,match" />
<meta name="keywords" content="keep" />
</head>
<body>
<div id="content">Hello, world!</div>
Expand Down Expand Up @@ -415,7 +415,7 @@ describe('isPageKept function', () => {
'https://example.com/keep',
'',
[],
'match',
'keep',
[],
false,
);
Expand Down

0 comments on commit 090f5f4

Please sign in to comment.