Skip to content

Commit

Permalink
Added installPlugin from unexpected
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Feb 2, 2015
1 parent f3f3e4d commit 44539a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/uninspected.js
Expand Up @@ -89,4 +89,8 @@ uninspected.addStyle = function () { // ...
return unexpected.output.addStyle.apply(unexpected.output, arguments);
};

uninspected.installPlugin = function () { // ...
return unexpected.installPlugin.apply(unexpected, arguments);
};

module.exports = uninspected;

0 comments on commit 44539a3

Please sign in to comment.