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 -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;