From e3a44a245f6ee66ce3c44ce5d28ad40a831e0c41 Mon Sep 17 00:00:00 2001 From: Jacopo Farina Date: Thu, 11 Oct 2018 14:36:37 +0200 Subject: [PATCH] Use fork of mocha-chrome which supports nodejs 6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e36473..2f4ce88 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "grunt": "^1.0.2", "grunt-contrib-uglify": "^3.3.0", "mocha": "^5.2.0", - "mocha-chrome": "^1.1.0", + "mocha-chrome": "github:pgn-vole/mocha-chrome#node-v6-compat", "open": "0.0.5", "phantomjs-prebuilt": "^2.1.16", "serve-static": "^1.7.1"