empiricalci / emp

:microscope: Empirical CLI
https://empiricalci.com
MIT License
42 stars 7 forks source link

buildImage is calling done() multiple times #69

Closed alantrrs closed 7 years ago

alantrrs commented 8 years ago
  1) buildImage should reject if there is an error:
     Error: done() called multiple times
      at Suite.<anonymous> (test/index.js:149:3)
      at Object.<anonymous> (test/index.js:148:1)
      at Array.forEach (native)
      at node.js:972:3

  2) buildImage should reject if there is an error:
     Error: done() called multiple times
      at Suite.<anonymous> (test/index.js:149:3)
      at Object.<anonymous> (test/index.js:148:1)
      at Array.forEach (native)
      at node.js:972:3