pull/7/head
yann300 5 years ago
parent 6167e45eed
commit 561648d317
  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