diff options
author | Eug-VS <eug-vs@keemail.me> | 2019-12-31 02:14:27 +0300 |
---|---|---|
committer | Eug-VS <eug-vs@keemail.me> | 2019-12-31 02:14:27 +0300 |
commit | df1d1423fba07886f183a6625fe6ec605b6a76bd (patch) | |
tree | acc1ac1b185c8aa44620548c7f842fe9936dca3c /src/App.test.js | |
parent | 4577a6a79b7fb64528ae90eb5183c9d3aaa01156 (diff) | |
download | chrono-cube-ui-df1d1423fba07886f183a6625fe6ec605b6a76bd.tar.gz |
Clean src/
Diffstat (limited to 'src/App.test.js')
-rw-r--r-- | src/App.test.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/App.test.js b/src/App.test.js deleted file mode 100644 index 4db7ebc..0000000 --- a/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(<App />); - const linkElement = getByText(/learn react/i); - expect(linkElement).toBeInTheDocument(); -}); |