From 0d7790e026fadaa16bbb03d868be010599c28e9f Mon Sep 17 00:00:00 2001 From: Joao Date: Mon, 4 Sep 2017 16:11:27 +0200 Subject: [PATCH] mocha task --- test/smoke/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",