Skip to content

Commit

Permalink
test: fix to support new bin-links behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
iarna committed Mar 23, 2018
1 parent 6d1aac4 commit 54de9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tap/install-windows-newlines.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ test('setup', function (t) {
fs.readFileSync(
path.resolve(pkg, 'node_modules/cli-dependency/hashbang.js'),
'utf8'
).includes('\r\n'),
).includes('node\r\n'),
'hashbang dependency cli newlines converted'
)
t.ok(
Expand Down

0 comments on commit 54de9a8

Please sign in to comment.