diff --git a/e2e/clients/dashboard-react/App.jsx b/e2e/clients/dashboard-react/App.jsx deleted file mode 100644 index 5dd8a680f3..0000000000 --- a/e2e/clients/dashboard-react/App.jsx +++ /dev/null @@ -1,19 +0,0 @@ -/* eslint-disable react/react-in-jsx-scope */ -import Uppy from '@uppy/core' -// eslint-disable-next-line no-unused-vars -import React from 'react' -import { Dashboard } from '@uppy/react' - -import '@uppy/core/dist/style.css' -import '@uppy/dashboard/dist/style.css' - -export default App - -function App () { - // Ideally we test with the `useUppy` hook, - // as that's how it should be used. - // But that results in breaking the rules of hooks errors? - const uppy = new Uppy() - - return -} diff --git a/e2e/clients/dashboard-react/index.jsx b/e2e/clients/dashboard-react/index.jsx deleted file mode 100644 index 7d93bdcdeb..0000000000 --- a/e2e/clients/dashboard-react/index.jsx +++ /dev/null @@ -1,5 +0,0 @@ -/* eslint-disable react/react-in-jsx-scope */ -import ReactDOM from 'react-dom' -import App from './App.jsx' - -ReactDOM.render(, document.getElementById('app')) diff --git a/e2e/clients/index.html b/e2e/clients/index.html index 2ab3d5441a..099a19176d 100644 --- a/e2e/clients/index.html +++ b/e2e/clients/index.html @@ -9,7 +9,7 @@

Test apps