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';