|
|
@ -23,6 +23,7 @@ function compileAndDeploy (filename, callback) { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
describe('testRunner', function () { |
|
|
|
describe('testRunner', function () { |
|
|
|
|
|
|
|
describe('#runTest', function() { |
|
|
|
describe('test with beforeAll', function () { |
|
|
|
describe('test with beforeAll', function () { |
|
|
|
let filename = 'tests/examples_1/simple_storage_test.sol' |
|
|
|
let filename = 'tests/examples_1/simple_storage_test.sol' |
|
|
|
let tests = [], results = {} |
|
|
|
let tests = [], results = {} |
|
|
@ -90,4 +91,5 @@ describe('testRunner', function () { |
|
|
|
]) |
|
|
|
]) |
|
|
|
}) |
|
|
|
}) |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
}) |
|
|
|
}) |
|
|
|
}) |
|
|
|