From f0147f09c149523ade3ee58c490122a21346c787 Mon Sep 17 00:00:00 2001 From: shai_hulud Date: Fri, 3 Jul 2026 02:46:56 +0000 Subject: [PATCH] Upload files to "tests" --- tests/setup.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/setup.ts diff --git a/tests/setup.ts b/tests/setup.ts new file mode 100644 index 0000000..7791ecc --- /dev/null +++ b/tests/setup.ts @@ -0,0 +1 @@ +(globalThis as any).scramble = (s: string) => s; \ No newline at end of file