This commit is contained in:
jwu-fisker
2021-01-07 08:11:37 -08:00
parent bd7d15721d
commit 8fc6b3b6d8

View File

@@ -18,7 +18,7 @@ const renderRoute = async (route) => {
return container; return container;
}; };
describe.only("App", () => { describe("App", () => {
it("Route / unauthenticated", async () => { it("Route / unauthenticated", async () => {
setToken(null); setToken(null);