diff options
author | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-16 15:13:02 -0400 |
---|---|---|
committer | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-16 15:13:02 -0400 |
commit | f00ac29dff86169e5dee9d816961cc13979f9a50 (patch) | |
tree | 024ac2af25a2f3119d0e1d13a8e31f099795a448 /maps-frontend/src/setupTests.js | |
parent | 505870f7a9f6f0ad8130cee3995d68b10010c24d (diff) |
Working on adapting maps frontend. Finished the time selector to change the time interval.
Diffstat (limited to 'maps-frontend/src/setupTests.js')
-rw-r--r-- | maps-frontend/src/setupTests.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/maps-frontend/src/setupTests.js b/maps-frontend/src/setupTests.js new file mode 100644 index 0000000..8f2609b --- /dev/null +++ b/maps-frontend/src/setupTests.js @@ -0,0 +1,5 @@ +// jest-dom adds custom jest matchers for asserting on DOM nodes. +// allows you to do things like: +// expect(element).toHaveTextContent(/react/i) +// learn more: https://github.com/testing-library/jest-dom +import '@testing-library/jest-dom'; |