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
View File
@@ -14,4 +14,4 @@
* limitations under the License.
*/
import '@testing-library/jest-dom/extend-expect';
import '@testing-library/jest-dom';