Commit a23965a2 authored by Iuri Matias's avatar Iuri Matias

add another describe to the test to reflect the method being tested

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