Skip to content

Commit

Permalink
fix(return): plugin kinda should return app
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Mar 19, 2017
1 parent 7397d1f commit 366c4f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ module.exports = function tapReport (options) {
log('# ok')
}
})

return app
}
}

Expand Down

0 comments on commit 366c4f4

Please sign in to comment.