Skip to content

Commit

Permalink
lint (#2496)
Browse files Browse the repository at this point in the history
Use correct paths to import test libraries
  • Loading branch information
zburke authored Jun 20, 2023
1 parent 6a77d2b commit bcacd45
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { screen } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import { screen } from '@folio/jest-config-stripes/testing-library/react';
import userEvent from '@folio/jest-config-stripes/testing-library/user-event';
import renderWithRouter from 'helpers/renderWithRouter';
import BlockTemplateForm from './BlockTemplateForm';

Expand Down

0 comments on commit bcacd45

Please sign in to comment.