it('executes one suite trees', function(done) {
      console.log('=> Tree: one suite start')
      const execution = executeTree(oneSuiteTree)
      execution.run(done)
    })