From 1aa80f807585ef63232b3c5f61cd5b1b3a92764b Mon Sep 17 00:00:00 2001 From: "Dimitrios J. Vergados" Date: Thu, 15 Dec 2022 13:50:33 +0200 Subject: [PATCH] Fix mocha command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d47c57..14c45f1 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "scripts": { "lint": "./node_modules/jshint/bin/jshint", - "test": "mocha" + "test": "mocha -r jsdom-global/register" }, "type": "module" } -- GitLab