diff --git a/kasmvnc/main.test.ts b/kasmvnc/main.test.ts index 0116d05..5aedd69 100644 --- a/kasmvnc/main.test.ts +++ b/kasmvnc/main.test.ts @@ -5,6 +5,8 @@ import { testRequiredVariables, } from "../test"; +console.log("DELETE ME BEFORE COMMITTING!!!!!"); + const allowedDesktopEnvs = ["xfce", "kde", "gnome", "lxde", "lxqt"] as const; type AllowedDesktopEnv = (typeof allowedDesktopEnvs)[number];