aboutsummaryrefslogtreecommitdiff
path: root/maps-frontend/src/setupTests.js
diff options
context:
space:
mode:
authorMichael Foiani <sotech117@michaels-mbp-3.lan>2021-04-16 15:13:02 -0400
committerMichael Foiani <sotech117@michaels-mbp-3.lan>2021-04-16 15:13:02 -0400
commitf00ac29dff86169e5dee9d816961cc13979f9a50 (patch)
tree024ac2af25a2f3119d0e1d13a8e31f099795a448 /maps-frontend/src/setupTests.js
parent505870f7a9f6f0ad8130cee3995d68b10010c24d (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.js5
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';