Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

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 311e555 commit 7265198
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 7265198

Please sign in to comment.