Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mishk0 committed Dec 17, 2016
1 parent d4c7ae7 commit 02f7b9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class Bot extends EventEmitter {
return this.getUsers().then(function(data) {
return _.find(data.members, { profile: { email: email } });
});
};
}

/**
* Get "direct message" channel ID
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"license": "MIT",
"scripts": {
"test": "./node_modules/jshint/bin/jshint libs/*.js index.js && ./node_modules/jscs/bin/jscs libs/*.js index.js && ./node_modules/mocha/bin/mocha"
"test": "./node_modules/jshint/bin/jshint index.js && ./node_modules/jscs/bin/jscs index.js && ./node_modules/mocha/bin/mocha"
},
"dependencies": {
"extend": "^2.0.1",
Expand Down

0 comments on commit 02f7b9c

Please sign in to comment.