Skip to content

Commit

Permalink
Merge pull request #10 from tarmolov/master
Browse files Browse the repository at this point in the history
Q has no method 'getUnhandledReasons'
  • Loading branch information
SwinX committed Mar 22, 2016
2 parents a193314 + b963562 commit d290a47
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions lib/hermione.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ var Runner = require('./runner'),
pathUtils = require('./path-utils'),
logger = require('./utils').logger,
_ = require('lodash'),
q = require('q'),
inherit = require('inherit'),
qDebugMode = require('q-debug-mode'),
util = require('util'),
chalk = require('chalk');

Expand All @@ -29,10 +27,6 @@ module.exports = inherit({
run: function(testPaths, browsers) {
browsers = this._filterBrowsers(browsers, _.keys(this._config.browsers));

if (this._config.debug) {
qDebugMode(q);
}

var runner = Runner.create(this._config);
runner.on(RunnerEvents.TEST_FAIL, this._fail.bind(this));
runner.on(RunnerEvents.ERROR, this._fail.bind(this));
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"lodash": "~3.10.1",
"mocha": "~2.4.5",
"q": "^2.0.0",
"q-debug-mode": "0.0.1",
"q-io": "^2.0.6",
"q-promise-utils": "^1.0.0",
"teamcity-service-messages": "^0.1.6",
Expand Down

0 comments on commit d290a47

Please sign in to comment.