LinusU / node-appdmg

💾 Generate your app dmgs
MIT License
1.68k stars 152 forks source link

Catch pipeline errors during tests #183

Open argv-minus-one opened 5 years ago

argv-minus-one commented 5 years ago

Currently, if the appdmg pipeline errors out during one of the tests, the error is swallowed and the test simply times out after 60 seconds. This trivial PR fixes that.