Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Jan 12, 2025
1 parent 04a875e commit bab9e8f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 170 deletions.
21 changes: 0 additions & 21 deletions apps/backend/src/email/express.tsx

This file was deleted.

147 changes: 0 additions & 147 deletions apps/backend/src/email/welcome.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion apps/frontend/src/ui/Switch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { mergeRefs } from "@/util/merge-refs";

type SwitchProps = ComponentPropsWithRef<typeof RACSwitch>;

export function Switch(props: SwitchProps) {
function Switch(props: SwitchProps) {
return (
<RACSwitch
{...props}
Expand Down
3 changes: 2 additions & 1 deletion tests/notifications.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { WORKFLOW_TYPES } from "@argos-ci/backend/src/notification/workflow-types";
import { argosScreenshot } from "@argos-ci/playwright";
import { test } from "@playwright/test";

import { WORKFLOW_TYPES } from "../apps/backend/src/notification/workflow-types";

WORKFLOW_TYPES.forEach((workflowType) => {
test(`notification ${workflowType}`, async ({ page }) => {
await page.goto(`/notification-preview/${workflowType}`);
Expand Down

0 comments on commit bab9e8f

Please sign in to comment.