diff options
author | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-16 19:18:00 -0400 |
---|---|---|
committer | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-16 19:18:00 -0400 |
commit | a7f1433da5ddf11845251a062da96bc42c631f50 (patch) | |
tree | ad1ed8eb27abbd63ca31f7229ffdfa0a379fd394 /frontend/src/App.test.js | |
parent | d339801aba3fcedc0b3027f73dac91deaae14acc (diff) |
Deleted template for frontend.
Diffstat (limited to 'frontend/src/App.test.js')
-rw-r--r-- | frontend/src/App.test.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/frontend/src/App.test.js b/frontend/src/App.test.js deleted file mode 100644 index 1f03afe..0000000 --- a/frontend/src/App.test.js +++ /dev/null @@ -1,8 +0,0 @@ -import { render, screen } from '@testing-library/react'; -import App from './App'; - -test('renders learn react link', () => { - render(<App />); - const linkElement = screen.getByText(/learn react/i); - expect(linkElement).toBeInTheDocument(); -}); |