From e359c0c55747dc54812459824c86890c4f1e3761 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Sun, 19 Feb 2023 22:41:09 -0300 Subject: [PATCH] commented and removed some dead code and comments --- space_flow/src/App.test.tsx | 9 --------- space_flow/src/setupTests.ts | 4 ---- 2 files changed, 13 deletions(-) delete mode 100644 space_flow/src/App.test.tsx diff --git a/space_flow/src/App.test.tsx b/space_flow/src/App.test.tsx deleted file mode 100644 index 2a68616d9..000000000 --- a/space_flow/src/App.test.tsx +++ /dev/null @@ -1,9 +0,0 @@ -import React from 'react'; -import { render, screen } from '@testing-library/react'; -import App from './App'; - -test('renders learn react link', () => { - render(); - const linkElement = screen.getByText(/learn react/i); - expect(linkElement).toBeInTheDocument(); -}); diff --git a/space_flow/src/setupTests.ts b/space_flow/src/setupTests.ts index 8f2609b7b..7b0828bfa 100644 --- a/space_flow/src/setupTests.ts +++ b/space_flow/src/setupTests.ts @@ -1,5 +1 @@ -// 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';