[TNL-7268] Fix imports, ignore implicit exports for tests

This commit is contained in:
Agrendalath
2020-07-09 16:28:12 +02:00
committed by David Joy
parent 6a44d018d8
commit f3d23abe84
8 changed files with 19 additions and 23 deletions

View File

@@ -1,8 +1,7 @@
import React from 'react';
import { fireEvent } from '@testing-library/dom';
import SequenceNavigationDropdown from './SequenceNavigationDropdown';
import {
initialState, render, screen, testUnits,
initialState, render, screen, testUnits, fireEvent,
} from '../../../../setupTest';
describe('Sequence Navigation Dropdown', () => {