Skip to content

Commit bab9e8f

Browse files
committed
chore: remove unused code
1 parent 04a875e commit bab9e8f

File tree

4 files changed

+3
-170
lines changed

4 files changed

+3
-170
lines changed

apps/backend/src/email/express.tsx

-21
This file was deleted.

apps/backend/src/email/welcome.tsx

-147
This file was deleted.

apps/frontend/src/ui/Switch.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { mergeRefs } from "@/util/merge-refs";
77

88
type SwitchProps = ComponentPropsWithRef<typeof RACSwitch>;
99

10-
export function Switch(props: SwitchProps) {
10+
function Switch(props: SwitchProps) {
1111
return (
1212
<RACSwitch
1313
{...props}

tests/notifications.spec.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
import { WORKFLOW_TYPES } from "@argos-ci/backend/src/notification/workflow-types";
21
import { argosScreenshot } from "@argos-ci/playwright";
32
import { test } from "@playwright/test";
43

4+
import { WORKFLOW_TYPES } from "../apps/backend/src/notification/workflow-types";
5+
56
WORKFLOW_TYPES.forEach((workflowType) => {
67
test(`notification ${workflowType}`, async ({ page }) => {
78
await page.goto(`/notification-preview/${workflowType}`);

0 commit comments

Comments
 (0)