From 55378fadbff964b8d4fc6b5559cffef424c132b0 Mon Sep 17 00:00:00 2001 From: jy95 Date: Fri, 22 Dec 2017 23:44:17 +0100 Subject: [PATCH] Chore: Mocha V4 - compilers deprecation See that : https://github.com/mochajs/mocha/wiki/compilers-deprecation --- test/mocha.opts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mocha.opts b/test/mocha.opts index 50f0a89..b5d5a96 100644 --- a/test/mocha.opts +++ b/test/mocha.opts @@ -1,3 +1,3 @@ --ui bdd --recursive ---compilers js:babel-core/register \ No newline at end of file +--require babel-core/register