Skip to content

Commit

Permalink
Add final newline to tests to fix ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kepikoi committed Dec 14, 2018
1 parent ee08b49 commit 3f983fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/ignore_node_modules.js
Expand Up @@ -33,4 +33,4 @@ function execute(proc, args) {
cmd.on("error", function (code) {
console.error('Error while spawning ' + proc + ' ' + code + ' ' + arguments.join(" "));
});
}
}
2 changes: 1 addition & 1 deletion test/ignore_node_modules/module.spec.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/ignore_node_modules/node_modules/lib/lib.spec.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3f983fb

Please sign in to comment.