Set up frontend dependencies
[perfect-gift.git] / frontend / src / setupTests.js
diff --git a/frontend/src/setupTests.js b/frontend/src/setupTests.js
new file mode 100644 (file)
index 0000000..74b1a27
--- /dev/null
@@ -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/extend-expect';