From 596091dd07fdd93ad4bf987177829a5ac79c06bc Mon Sep 17 00:00:00 2001 From: Daniel Freytag Date: Tue, 7 Jan 2025 10:16:56 +0100 Subject: [PATCH] chore: update tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index df31774..3c69ff3 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "scripts": { "ard:coreId": "node ./scripts/ard/coreId.js", "lint": "eslint .", - "test": "bunx mocha tests/**.mjs" + "test": "bunx --bun mocha tests/**.mjs" }, "dependencies": { "@google-cloud/storage": "^7.14.0",