From 4a99a700fa1a3d8a50a1220e974419438befdb3f Mon Sep 17 00:00:00 2001 From: Thomas Cruveilher <38007824+Sorikairox@users.noreply.github.com> Date: Wed, 18 Sep 2024 12:24:53 +0000 Subject: [PATCH] chore: update test task --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 28014afd..9a085d3d 100644 --- a/deno.json +++ b/deno.json @@ -27,7 +27,7 @@ "jsxImportSource": "preact" }, "tasks": { - "test": "NO_LOG=true COOKIE_SECRET_KEY=mysecretkey deno test -A --unstable --coverage=coverage spec/**/*.test.ts", + "test": "NO_LOG=true COOKIE_SECRET_KEY=mysecretkey deno test -A --unstable-kv --unstable-cron --coverage=coverage spec/**/*.test.ts", "start:example": "deno run --allow-net --allow-env --watch example/run.ts" } }