Skip to content

Commit

Permalink
test(target): apply eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Thuan Vo committed Jan 6, 2023
1 parent 3990b3f commit 0703229
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/test/TargetSelect/TargetSelect.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,13 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
import { NotificationsContext, NotificationsInstance } from '@app/Notifications/Notifications';
import { defaultServices, ServiceContext } from '@app/Shared/Services/Services';
import { defaultServices } from '@app/Shared/Services/Services';
import { Target } from '@app/Shared/Services/Target.service';
import { CUSTOM_TARGETS_REALM, TargetSelect } from '@app/TargetSelect/TargetSelect';
import '@testing-library/jest-dom';
import { cleanup, screen, waitFor, within } from '@testing-library/react';
import { createMemoryHistory } from 'history';
import * as React from 'react';
import renderer, { act } from 'react-test-renderer';
import '@testing-library/jest-dom';
import { of } from 'rxjs';
import { renderWithServiceContext } from '../Common';

Expand Down

0 comments on commit 0703229

Please sign in to comment.