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('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 () {
]) ])
}) })
}) })
})
}) })

Loading…
Cancel
Save