Skip to content

Commit

Permalink
Fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkdbns committed Jun 30, 2017
1 parent bdd138e commit 9752e82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/modules/test/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ describe('modules.start', function() {
expect(fs.existsSync(context.config.target.filename)).to.be.true
done()
})
.catch(function(err){
console.log(err)
})
})

afterEach(function() {
Expand Down

0 comments on commit 9752e82

Please sign in to comment.