Skip to content

Commit

Permalink
reorganization
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielburnworth committed Jul 17, 2020
1 parent 8ce4806 commit a63269e
Show file tree
Hide file tree
Showing 407 changed files with 2,026 additions and 2,341 deletions.
2 changes: 1 addition & 1 deletion frontend/__test_support__/fake_tool_info.ts
@@ -1,6 +1,6 @@
import { MountedToolInfo } from "../farm_designer/interfaces";
import { ToolPulloutDirection } from "farmbot/dist/resources/api_resources";
import { ToolTransformProps } from "../farm_designer/tools/interfaces";
import { ToolTransformProps } from "../tools/interfaces";

export const fakeMountedToolInfo = (): MountedToolInfo => ({
name: "fake mounted tool",
Expand Down
2 changes: 1 addition & 1 deletion frontend/__test_support__/farm_event_calendar_support.ts
@@ -1,7 +1,7 @@
import moment from "moment";
import {
FarmEventWithExecutable,
} from "../farm_designer/farm_events/calendar/interfaces";
} from "../farm_events/calendar/interfaces";
import { CalendarDay } from "../farm_designer/interfaces";

export const TIME = {
Expand Down
2 changes: 1 addition & 1 deletion frontend/__tests__/attach_app_to_dom_test.ts
Expand Up @@ -9,7 +9,7 @@ jest.mock("../redux/store", () => {
return { store: { dispatch: jest.fn() } };
});

jest.mock("../account/dev/dev_support", () => ({
jest.mock("../settings/dev/dev_support", () => ({
DevSettings: { futureFeaturesEnabled: () => false }
}));

Expand Down
26 changes: 0 additions & 26 deletions frontend/account/dev/__tests__/dev_mode_test.tsx

This file was deleted.

41 changes: 0 additions & 41 deletions frontend/account/dev/dev_mode.tsx

This file was deleted.

16 changes: 0 additions & 16 deletions frontend/account/labs/__tests__/fetch_lab_features_test.ts

This file was deleted.

64 changes: 0 additions & 64 deletions frontend/account/labs/__tests__/labs_features_list_data_test.ts

This file was deleted.

28 changes: 0 additions & 28 deletions frontend/account/labs/__tests__/labs_features_list_ui_test.tsx

This file was deleted.

32 changes: 0 additions & 32 deletions frontend/account/labs/__tests__/labs_features_test.tsx

This file was deleted.

32 changes: 0 additions & 32 deletions frontend/account/labs/labs_features.tsx

This file was deleted.

114 changes: 0 additions & 114 deletions frontend/account/labs/labs_features_list_data.ts

This file was deleted.

0 comments on commit a63269e

Please sign in to comment.