Change import of jest-dom in setupTests.ts according to change in api

This commit is contained in:
Marcus Eide
2020-05-18 11:11:58 +02:00
parent 8429710760
commit 324245586f
17 changed files with 17 additions and 17 deletions
@@ -1 +1 @@
import '@testing-library/jest-dom/extend-expect';
import '@testing-library/jest-dom';
@@ -1 +1 @@
import '@testing-library/jest-dom/extend-expect';
import '@testing-library/jest-dom';
@@ -14,5 +14,5 @@
* limitations under the License.
*/
import '@testing-library/jest-dom/extend-expect';
import '@testing-library/jest-dom';
require('jest-fetch-mock').enableMocks();