diff options
author | 2022-02-24 19:25:03 -0800 | |
---|---|---|
committer | 2022-02-24 19:25:03 -0800 | |
commit | 896195f5e377beb68fe743f0eb75d023e16703aa (patch) | |
tree | e4943fb662231766796c70dae67ba86f2a269e3e /examples/react/src/App.test.js | |
parent | 23596b48ca03a74c7555ada3fe1f184d29b777a8 (diff) | |
download | bun-896195f5e377beb68fe743f0eb75d023e16703aa.tar.gz bun-896195f5e377beb68fe743f0eb75d023e16703aa.tar.zst bun-896195f5e377beb68fe743f0eb75d023e16703aa.zip |
slightly clean up react example
Diffstat (limited to 'examples/react/src/App.test.js')
-rw-r--r-- | examples/react/src/App.test.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/react/src/App.test.js b/examples/react/src/App.test.js deleted file mode 100644 index 1f03afeec..000000000 --- a/examples/react/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(); -}); |