Skip to content

Commit

Permalink
Fix linting (#3319)
Browse files Browse the repository at this point in the history
  • Loading branch information
robaw authored Mar 26, 2024
1 parent d03a2dd commit 78603da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/bpk-component-breakpoint/src/useMediaQuery-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { renderToString } from 'react-dom/server';
import '@testing-library/jest-dom';

import { renderHook } from '@testing-library/react-hooks';
import '@testing-library/jest-dom';
import { renderToString } from 'react-dom/server';

import useMediaQuery from './useMediaQuery';

Expand Down

0 comments on commit 78603da

Please sign in to comment.