From 51f5c2b77d09645a11a4a69be0d5269996bfed43 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 27 Jan 2025 17:22:10 +0000 Subject: [PATCH] test: try failing jobs on purpose --- kasmvnc/main.test.ts | 2 ++ 1 file changed, 2 insertions(+) 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];