From 8f78ab88d7b886626b6cf1b142fc03f038be70a2 Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Fri, 5 Jun 2020 23:03:03 +0200 Subject: [PATCH] Add test command to package.json --- editor/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/package.json b/editor/package.json index 2d4debd..a3913ca 100644 --- a/editor/package.json +++ b/editor/package.json @@ -26,7 +26,7 @@ "wiki-list-editor": "^0.6.8" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", + "test": "node_modules/.bin/mocha -r esm", "watch": "webpack --watch --hide-modules", "start": "webpack-dev-server --open --hot", "build": "webpack --progress --hide-modules",