From 482886965c367d84b0aa36f8e655dd12477dccd3 Mon Sep 17 00:00:00 2001 From: 0mkar <0mkar@protonmail.com> Date: Sat, 23 Mar 2019 20:38:22 +0530 Subject: [PATCH] import mocha in testRunner to remove warnings --- remix-tests/tests/testRunner.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/remix-tests/tests/testRunner.ts b/remix-tests/tests/testRunner.ts index 094c4632f8..3671f196f3 100644 --- a/remix-tests/tests/testRunner.ts +++ b/remix-tests/tests/testRunner.ts @@ -1,3 +1,4 @@ +import 'mocha' import * as async from 'async' import Web3 from 'web3' import * as assert from 'assert'