From c33421e4dce4587cf544badacac35e2f70d1543a Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Fri, 23 Aug 2024 11:56:43 +0200 Subject: [PATCH] Added 'deno test --allow-all utils/test.js' back to the Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index ebceac7..c98e089 100644 --- a/Makefile +++ b/Makefile @@ -15,5 +15,8 @@ images: img-opt: deno run --allow-all utils/img-opt.js +test: + deno test --allow-all utils/test.js + fmt: deno fmt utils/*.js