Skip to content

Commit

Permalink
Fix linting errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h-abdelsalam committed May 13, 2024
1 parent 349acd0 commit c039b3e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/web/pages/reports/__tests__/auditreportrow.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ describe('Audit report row', () => {
</table>,
);

const icons = baseElement.querySelectorAll('svg');
const bars = getAllByTestId('progressbar-box');
const links = baseElement.querySelectorAll('a');
const rows = baseElement.querySelectorAll('tr');
Expand Down
1 change: 0 additions & 1 deletion src/web/pages/reports/details/__tests__/hoststab.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ describe('Audit Report Hosts Tab tests', () => {
/>,
);

const icons = baseElement.querySelectorAll('svg');
const images = baseElement.querySelectorAll('img');
const links = baseElement.querySelectorAll('a');
const header = baseElement.querySelectorAll('th');
Expand Down

0 comments on commit c039b3e

Please sign in to comment.