Skip to content

Commit

Permalink
✨ feat(packages): nuke packages
Browse files Browse the repository at this point in the history
  • Loading branch information
thrownullexception committed Nov 18, 2023
1 parent 5ac607d commit b02d91d
Show file tree
Hide file tree
Showing 33 changed files with 10 additions and 1,454 deletions.
4 changes: 0 additions & 4 deletions src/__tests__/_/forCodeCoverage.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { FOR_CODE_COV as $15 } from "backend/actions/integrations/sendinblue/typ
import { FOR_CODE_COV as $16 } from "backend/actions/integrations/slack/types";
import { FOR_CODE_COV as $17 } from "backend/actions/integrations/smtp/types";
import { FOR_CODE_COV as $18 } from "backend/actions/integrations/twilio/types";
import { FOR_CODE_COV as $19 } from "backend/storage/types";
import { FOR_CODE_COV as $20 } from "frontend/views/settings/Variables/types";
import { FOR_CODE_COV as $21 } from "shared/form-schemas/roles/permissions/base";
import { FOR_CODE_COV as $22 } from "backend/lib/config-persistence/portal/index";
Expand All @@ -32,7 +31,6 @@ import { FOR_CODE_COV as $32 } from "shared/configurations/base-types";
import { FOR_CODE_COV as $33 } from "frontend/views/Dashboard/Widget/_components/WidgetHeader/types";
import { FOR_CODE_COV as $34 } from "shared/types/config";
import { FOR_CODE_COV as $35 } from "shared/types/roles";
import { FOR_CODE_COV as $36 } from "shared/types/storage";
import { FOR_CODE_COV as $37 } from "frontend/views/Dashboard/Widget/_manage/types";
import { FOR_CODE_COV as $38 } from "shared/types/dashboard/types";
import { FOR_CODE_COV as $39 } from "shared/types/dashboard/base";
Expand Down Expand Up @@ -63,7 +61,6 @@ noop(
$16,
$17,
$18,
$19,
$20,
$21,
$22,
Expand All @@ -79,7 +76,6 @@ noop(
$33,
$34,
$35,
$36,
$37,
$38,
$39,
Expand Down
22 changes: 0 additions & 22 deletions src/__tests__/api/_test-utils/_activated-storage.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/__tests__/api/_test-utils/_all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { setupUsersTestData } from "./_users";
import { setupIntegrationsEnvTestData } from "./_integrations-env";
import { setupActivatedActionTestData } from "./_activated-actions";
import { setupActionInstanceTestData } from "./_action-instances";
import { setupActivatedStorageTestData } from "./_activated-storage";
import { setupTestDatabaseData } from "./_data";
import { portalTestData } from "./portal";

Expand All @@ -25,7 +24,6 @@ export const setupAllTestData = async (domains: DomainTypes[]) => {
["schema", setupSchemaTestData],
["data", setupTestDatabaseData],
["activated-actions", setupActivatedActionTestData],
["activated-storage", setupActivatedStorageTestData],
["action-instances", setupActionInstanceTestData],
["constants", setupIntegrationsConstantsTestData],
["environment-variables", setupIntegrationsEnvTestData],
Expand Down
70 changes: 0 additions & 70 deletions src/__tests__/api/integrations/storage/[key]/credentials.spec.ts

This file was deleted.

Loading

0 comments on commit b02d91d

Please sign in to comment.