Skip to content

Commit

Permalink
testing when module using the test suite not correctly working
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed Feb 6, 2018
1 parent 8b21ee1 commit 47f0707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/add.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = function(archive, files, options) {
})

// When all is done resolve the Promise.
.then(function(args) {
.done(function(args) {
return resolve(args);
})
// Catch the error and pass it to the reject function of the Promise.
Expand Down

0 comments on commit 47f0707

Please sign in to comment.