donejs / deploy

Deployment utilities for DoneJS
MIT License
4 stars 1 forks source link

Tests! #29

Closed mjstahl closed 9 years ago

mjstahl commented 9 years ago

We need two things:

matthewp commented 9 years ago

To make it easier to test we should first move some of the logic that's in bin/donejs-deploy into another module and make that the main. Then all bin/donejs-deploy needs to do is read the packageJSON and deployName and pass it into this other module. The tests could then use this module the same way.