chore: moving jest to swc

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-03-23 11:19:27 +01:00
parent 008dbb4498
commit a963c36ea6
7 changed files with 63 additions and 37 deletions
-1
View File
@@ -74,7 +74,6 @@
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-loader": "^4.13.0",
"react-router": "6.0.0-beta.0",
"react-router-dom": "6.0.0-beta.0",
"react-use": "^17.2.4",
+1 -2
View File
@@ -85,7 +85,6 @@ import {
import { AdvancedSettings } from './components/advancedSettings';
import AlarmIcon from '@material-ui/icons/Alarm';
import React from 'react';
import { hot } from 'react-hot-loader/root';
import { Navigate, Route } from 'react-router';
import { apis } from './apis';
import { entityPage } from './components/catalog/EntityPage';
@@ -276,4 +275,4 @@ const App = () => (
</AppProvider>
);
export default hot(App);
export default App;