From 0d919d4ddc96e0ca592a5d8923948aff689f2be8 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Fri, 17 Jan 2025 07:16:54 +0000 Subject: [PATCH] ci: Fix scripts --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 656c7b4..dcb93bc 100644 --- a/package.json +++ b/package.json @@ -105,6 +105,8 @@ "bench": "node benchmark/tx.js", "lint": "prettier --check src", "format": "prettier --write src", - "test": "node test/index.js" + "test": "node test/index.js", + "test:bun": "bun test/index.js", + "deno": "deno --allow-env --allow-read test/index.js" } }