Skip to content

Commit

Permalink
tests: fix test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeanroy committed Mar 22, 2020
1 parent 53ee4aa commit 4b990cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
##

*.js text eol=lf
*.txt text eol=lf
2 changes: 1 addition & 1 deletion test/utils/join.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* Join given lines into a single line.
*
* @param {Array<string>} lines The lines to join.
* @param {string} separator The separator, defaults to '\n'.
* @param {string} separator The separator, defaults to End Of Line character.
* @return {string} The full text.
*/
module.exports = function join(lines, separator = '\n') {
Expand Down

0 comments on commit 4b990cd

Please sign in to comment.