From bf85f918168cb6eada0d079e3d9266e3c6f3f927 Mon Sep 17 00:00:00 2001 From: Pedro Dias Date: Sun, 12 Mar 2023 23:16:46 +0000 Subject: [PATCH] mocha update --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f5d8887..41f4c21 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "main": "./lib/docker", "scripts": { - "test": "./node_modules/mocha/bin/mocha -R spec --exit" + "test": "./node_modules/mocha/bin/mocha.js -R spec --exit" }, "license": "Apache-2.0", "engines": {