From e0960d3b8e8400828144da4f3f2ee693bae8556b Mon Sep 17 00:00:00 2001 From: "Libor M." Date: Wed, 18 Dec 2024 16:10:53 +0100 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 07ca9da..9ce61a7 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "request": "^2.88.0" }, "scripts": { - "test": "parcel build && mocha --reporter landing", + "test": "parcel build && mocha test/index.js --reporter landing", "build": "parcel build", "prepublishOnly": "parcel build" },