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

pull/7/head
Iuri Matias 7 years ago
parent 87a7f9fbb0
commit a23965a270
  1. 2
      tests/testRunner.js

@ -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 = {}
@ -91,3 +92,4 @@ describe('testRunner', function () {
})
})
})
})

Loading…
Cancel
Save