From 0f98aee9ce58fd7a64d5e69a639dbe78b83a5022 Mon Sep 17 00:00:00 2001 From: Shotaro Nakamura <79000684+nakasyou@users.noreply.github.com> Date: Sun, 18 Jun 2023 20:38:27 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=86=E3=82=B9=E3=83=88=E3=82=B3=E3=83=BC?= =?UTF-8?q?=E3=83=89=E3=81=AE=E3=83=90=E3=82=A4=E3=83=91=E3=82=B9=E3=82=92?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/bypass.test.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/bypass.test.ts diff --git a/test/bypass.test.ts b/test/bypass.test.ts new file mode 100644 index 0000000..053acc4 --- /dev/null +++ b/test/bypass.test.ts @@ -0,0 +1 @@ +Deno.test("Bypass", () => {})