summaryrefslogtreecommitdiffstats
path: root/frontend/src/setupTests.js
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2020-01-31 19:20:13 +0200
committerJan Tuomi <jan.tuomi@eficode.com>2020-01-31 19:20:13 +0200
commitfbf108595a00a7c9db5984158e4b02cc345b68d1 (patch)
treef3342eac03006d40a23a49fac94db7061abf5d3c /frontend/src/setupTests.js
Initial commit
Diffstat (limited to 'frontend/src/setupTests.js')
-rw-r--r--frontend/src/setupTests.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/src/setupTests.js b/frontend/src/setupTests.js
new file mode 100644
index 0000000..74b1a27
--- /dev/null
+++ b/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/extend-expect';