File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ export const handlers = [
42
42
43
43
// organizations
44
44
http . get ( "/api/v2/organizations" , ( ) => {
45
- console . log ( " fuck and piss ================================== " ) ;
46
45
return HttpResponse . json ( [ M . MockDefaultOrganization , M . MockOrganization2 ] ) ;
47
46
} ) ,
48
47
http . get ( "/api/v2/organizations/:organizationId" , ( ) => {
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ import { AppProviders } from "App";
14
14
import { RequireAuth } from "contexts/auth/RequireAuth" ;
15
15
import { ThemeProvider } from "contexts/ThemeProvider" ;
16
16
import { DashboardLayout } from "modules/dashboard/DashboardLayout" ;
17
+ import { ManagementSettingsLayout } from "pages/ManagementSettingsPage/ManagementSettingsLayout" ;
17
18
import { TemplateSettingsLayout } from "pages/TemplateSettingsPage/TemplateSettingsLayout" ;
18
19
import { WorkspaceSettingsLayout } from "pages/WorkspaceSettingsPage/WorkspaceSettingsLayout" ;
19
20
import { MockUser } from "./entities" ;
20
- import { ManagementSettingsLayout } from "pages/ManagementSettingsPage/ManagementSettingsLayout" ;
21
21
22
22
export function createTestQueryClient ( ) {
23
23
// Helps create one query client for each test case, to make sure that tests
You can’t perform that action at this time.
0 commit comments