pull/5370/head
yann300 5 years ago
parent 102d43eb73
commit 3df1cc6b2a
  1. 3
      remix-tests/tests/testRunner.ts

@ -11,8 +11,9 @@ import { ResultsInterface, TestCbInterface, ResultCbInterface } from '../dist/in
var provider = new Provider()
function compileAndDeploy(filename: string, callback: Function) {
async function compileAndDeploy(filename: string, callback: Function) {
let web3: Web3 = new Web3()
await provider.init()
web3.setProvider(provider)
let compilationData: object
let accounts: string[]

Loading…
Cancel
Save