Skip to content

Commit

Permalink
Adding plusplus tests and fixing a bug in the reasons response
Browse files Browse the repository at this point in the history
  • Loading branch information
O-Mutt committed Oct 15, 2020
1 parent 631a29f commit 62a386e
Show file tree
Hide file tree
Showing 9 changed files with 797 additions and 13 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const path = require('path');

module.exports = function(robot, scripts) {
module.exports = function (robot, scripts) {
const scriptsPath = path.resolve(__dirname, 'src');
return robot.loadFile(scriptsPath, 'plusplus.js');
};
};
Loading

0 comments on commit 62a386e

Please sign in to comment.