Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Commit

Permalink
Fix passing of the 'grep' value
Browse files Browse the repository at this point in the history
  • Loading branch information
sipayRT committed Aug 26, 2016
1 parent de07813 commit 3982c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module.exports = class App {
}

_readTests() {
return this._gemini.readTests(this._options.testFiles, this._options.grep)
return this._gemini.readTests(this._options.testFiles, {grep: this._options.grep})
.then((collection) => {
this._collection = collection;
return collection.topLevelSuites();
Expand Down

0 comments on commit 3982c4e

Please sign in to comment.