added jest-dom as dev dependency and added jest setup script

This commit is contained in:
Andrew Bastin
2020-08-24 15:41:34 -04:00
parent c8d8c68b95
commit 368421a498
3 changed files with 207 additions and 1 deletions

1
jest.setup.js Normal file
View File

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