Skip to content

Commit

Permalink
chore: fix rebuild win tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyadorno committed Mar 18, 2021
1 parent 78cb830 commit 7e99515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/lib/rebuild.js
Expand Up @@ -36,7 +36,7 @@ t.test('no args', t => {
version: '1.0.0',
bin: 'cwd',
scripts: {
preinstall: `node -e 'require("fs").writeFileSync("cwd", "")'`,
preinstall: "node -e \"require('fs').writeFileSync('cwd', '')\"",
},
}),
},
Expand All @@ -46,7 +46,7 @@ t.test('no args', t => {
version: '1.0.0',
bin: 'cwd',
scripts: {
preinstall: `node -e 'require("fs").writeFileSync("cwd", "")'`,
preinstall: "node -e \"require('fs').writeFileSync('cwd', '')\"",
},
}),
},
Expand Down

0 comments on commit 7e99515

Please sign in to comment.