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

Commit

Permalink
Fix codestyle in flat reporter
Browse files Browse the repository at this point in the history
Somehow it was not detected prevously.
  • Loading branch information
Sergey Tatarintsev committed Apr 6, 2015
1 parent 397467b commit 2b812f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reporters/flat.js
Expand Up @@ -41,7 +41,7 @@ module.exports = function(runner) {
browserSuites[data.browserId].pop();
});

//for test command
//for test command
runner.on('endTest', function(result) {
if (result.equal) {
reportSuccess(result);
Expand Down

0 comments on commit 2b812f5

Please sign in to comment.