From fbf108595a00a7c9db5984158e4b02cc345b68d1 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 31 Jan 2020 19:20:13 +0200 Subject: Initial commit --- frontend/src/setupTests.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 frontend/src/setupTests.js (limited to 'frontend/src/setupTests.js') 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'; -- cgit v1.3