Commit 46a56199 authored by Iuri Matias's avatar Iuri Matias

update tests

parent f9827130
...@@ -5,7 +5,7 @@ const assert = require('assert') ...@@ -5,7 +5,7 @@ const assert = require('assert')
let Compiler = require('../src/compiler.js') let Compiler = require('../src/compiler.js')
let Deployer = require('../src/deployer.js') let Deployer = require('../src/deployer.js')
let TestRunner = require('../src/testRunner.js') let TestRunner = require('../src/testRunner.js')
let Provider = require('../src/provider.js') const Provider = require('remix-simulator').Provider
function compileAndDeploy (filename, callback) { function compileAndDeploy (filename, callback) {
let web3 = new Web3() let web3 = new Web3()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment