From 9e3e9a2d6da9f33f2cfcdb10254f5ef37955019c Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Wed, 13 Oct 2021 00:28:20 -0700 Subject: Clean up examples a little --- examples/hello-create-react-app/src/setupTests.js | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 examples/hello-create-react-app/src/setupTests.js (limited to 'examples/hello-create-react-app/src/setupTests.js') diff --git a/examples/hello-create-react-app/src/setupTests.js b/examples/hello-create-react-app/src/setupTests.js deleted file mode 100644 index 8f2609b7b..000000000 --- a/examples/hello-create-react-app/src/setupTests.js +++ /dev/null @@ -1,5 +0,0 @@ -// 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'; -- cgit v1.2.3