From 408e38773cb30781426fd0fde24bdaf1843f742e Mon Sep 17 00:00:00 2001 From: Zai Shi Date: Mon, 28 Jul 2025 14:40:59 -0700 Subject: [PATCH] added todos --- .vscode/settings.json | 1 + .../v1/internal/environment-config.test.ts | 20 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 apps/e2e/tests/backend/endpoints/api/v1/internal/environment-config.test.ts diff --git a/.vscode/settings.json b/.vscode/settings.json index 4c12b0592..27ed424d3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -45,6 +45,7 @@ "Luma", "midfix", "Millis", + "misconfigures", "mjsx", "mtsx", "neondatabase", diff --git a/apps/e2e/tests/backend/endpoints/api/v1/internal/environment-config.test.ts b/apps/e2e/tests/backend/endpoints/api/v1/internal/environment-config.test.ts new file mode 100644 index 000000000..c41a8e98a --- /dev/null +++ b/apps/e2e/tests/backend/endpoints/api/v1/internal/environment-config.test.ts @@ -0,0 +1,20 @@ +import { it } from "../../../../../helpers"; + + +it.todo("client and server should not have access to environment config"); + +it.todo("gets environment config"); + +it.todo("updates basic environment config"); + +it.todo("adds, updates, and removes oauth config"); + +it.todo("misconfigures oauth config"); + +it.todo("adds, updates, and removes domains"); + +it.todo("misconfigures domains"); + +it.todo("adds, updates, and removes email config"); + +it.todo("misconfigures email config");