Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vrigal committed Jul 2, 2024
1 parent f4791fb commit a10a6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/perfherder/alerts-view/modal_file_bug_test.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { render, fireEvent, waitFor } from '@testing-library/react';
// eslint-disable-next-line no-unused-vars,import/no-extraneous-dependencies
// eslint-disable-next-line no-unused-vars
import { getByText } from '@testing-library/dom';

import FileBugModal from '../../../../ui/perfherder/alerts/FileBugModal';
Expand Down

0 comments on commit a10a6e4

Please sign in to comment.