From 126ae2f346908891a508e4f30162c7945db68575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20B=C3=BCttner?= Date: Thu, 31 May 2018 04:43:29 +0200 Subject: [PATCH] fixing name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38d5b66..9316ffd 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "./test" }, "scripts": { - "test": "./node_modules/moch/bin/mocha -R test/**/*.js" + "test": "./node_modules/mocha/bin/mocha -R test/**/*.js" }, "repository": { "type": "git",