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",