From 5be490660b40a4481eddce7150a7fb816b6c0bd9 Mon Sep 17 00:00:00 2001 From: nekowasabi Date: Sat, 28 Sep 2024 17:08:45 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=83=86=E3=82=B9=E3=83=88=E3=81=AE?= =?UTF-8?q?=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3=20=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/sample_test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/sample_test.ts b/tests/sample_test.ts index 207d5e4..429acc8 100644 --- a/tests/sample_test.ts +++ b/tests/sample_test.ts @@ -1,3 +1,4 @@ +// Use denops' test() instead of built-in Deno.test() import { assert, assertEquals, assertFalse } from "jsr:@std/assert"; import { test } from "jsr:@denops/test";