From d4a6377358dc3bd42aee167c877e9f1a65d9211a Mon Sep 17 00:00:00 2001 From: John Tapsell Date: Sat, 11 Feb 2023 13:36:03 -0800 Subject: [PATCH] Delete src/setupTests.js - this is a create-react-app only file that is not used here. Setup is done in jest.setup.js --- website/src/setupTests.js | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 website/src/setupTests.js diff --git a/website/src/setupTests.js b/website/src/setupTests.js deleted file mode 100644 index 1dd407a63e..0000000000 --- a/website/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";