Skip to content

Commit

Permalink
Merge pull request #1845 from patrickkettner/dont-commit-files
Browse files Browse the repository at this point in the history
dont cause the cli test to create a file that I keep accidentally adding
  • Loading branch information
patrickkettner committed Jan 18, 2016
2 parents d1e4f25 + 126088e commit 48dfa0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,6 +3,7 @@ test/coverage
test/*.html
gh-pages
modernizr.min.js
modernizr-test.js
metadata.json
build
dist
Expand Down
2 changes: 1 addition & 1 deletion test/node/lib/cli.js
Expand Up @@ -15,7 +15,7 @@ describe('cli', function() {
});

it('does not throw when being executed', function(done) {
cp.exec('node ' + root + '/bin/modernizr -f adownload', done);
cp.exec('node ' + root + '/bin/modernizr -f adownload -d modernizr-test.js', done);
});

});

0 comments on commit 48dfa0c

Please sign in to comment.