From 0532df8ec9b583e2c01c5a6f046a41932f117f30 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Thu, 22 Jul 2021 09:41:46 -0500 Subject: [PATCH] npm test: standard output --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1038f911..1e32c668 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "build": "tsc --build tsconfig.json", "test": "npm run test-node", "test-one": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000", - "test-node": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000 --reporter mocha-simple-html-reporter --reporter-options output=test/output/cli.html test/cli", + "test-node": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000 test/cli", "test-profile": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000 --prof test/cli", "test-worker": "NODE_PATH=$(pwd) mocha --timeout 60000 test/cli/testworker.js", "test-platforms": "NODE_PATH=$(pwd) mocha --timeout 60000 test/cli/testplatforms.js",