Add jest-dom for more testing methods

This commit is contained in:
2020-11-03 14:10:58 +01:00
parent bad40d2a1d
commit 3e4bbb1566
4 changed files with 137 additions and 17 deletions

1
jest.setup.js Normal file
View File

@@ -0,0 +1 @@
import "@testing-library/jest-dom";