Merge branch 'react-error-handling' of github.com:naatebarber/jupyterhub into react-error-handling

This commit is contained in:
Nathan Barber
2021-12-01 01:52:59 -05:00
8 changed files with 10 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ import { Provider, useDispatch, useSelector } from "react-redux";
import { createStore } from "redux";
import { HashRouter } from "react-router-dom";
// eslint-disable-next-line
import regeneratorRuntime from "regenerator-runtime";
import regeneratorRuntime from "regenerator-runtime";
import CreateGroup from "./CreateGroup";
jest.mock("react-redux", () => ({