diff --git a/test/smoke/package.json b/test/smoke/package.json index d8bc57d6bc1..d7c28fc1f0e 100644 --- a/test/smoke/package.json +++ b/test/smoke/package.json @@ -4,7 +4,8 @@ "main": "./src/main.js", "scripts": { "postinstall": "tsc", - "watch": "tsc --watch" + "watch": "tsc --watch", + "mocha": "mocha" }, "devDependencies": { "@types/electron": "~1.4.37",