diff --git a/webqueue2-cra-test/src/App.test.js b/webqueue2-cra-test/src/App.test.js deleted file mode 100644 index 4db7ebc..0000000 --- a/webqueue2-cra-test/src/App.test.js +++ /dev/null @@ -1,9 +0,0 @@ -import React from 'react'; -import { render } from '@testing-library/react'; -import App from './App'; - -test('renders learn react link', () => { - const { getByText } = render(); - const linkElement = getByText(/learn react/i); - expect(linkElement).toBeInTheDocument(); -}); diff --git a/webqueue2-cra-test/src/setupTests.js b/webqueue2-cra-test/src/setupTests.js deleted file mode 100644 index 74b1a27..0000000 --- a/webqueue2-cra-test/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/extend-expect';