From 91064b02e1752ac22b246e2d55c3a1dad88f6606 Mon Sep 17 00:00:00 2001 From: timonson Date: Sat, 22 Oct 2022 18:30:52 +0200 Subject: [PATCH] Fix --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index a8abb98..45395fa 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "tasks": { - "test": "deno test --check --doc --unstable --allow-all", + "test": "deno test --check --unstable --allow-all", "serve": "deno run --check -A server.ts", "bundle": "deno bundle --check static/src/index.ts > static/dist/index.js" },