Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Merge eaa6594 into 13c05f2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjoelkemp committed Aug 28, 2014
2 parents 13c05f2 + eaa6594 commit 916c09f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/cli.js
Expand Up @@ -201,8 +201,6 @@ describe('modules/cli', function() {
});

describe('input via stdin (#448)', function() {
var bin = path.resolve(__dirname, '../bin/jscs');

function assertLogIs(output) {
assert(console.log.getCall(0).args[0] === output);
}
Expand Down Expand Up @@ -275,7 +273,7 @@ describe('modules/cli', function() {

it('should not fail with additional args supplied', function(done) {
// 'cat myEmptyFile.js | jscs -n' should report a successful run
var data = 'var x = [1, 2];\n';
var data = 'var x = 1;\n';

var result = cli({
args: [],
Expand Down

0 comments on commit 916c09f

Please sign in to comment.