Leo Lamprecht
8 years ago
No known key found for this signature in database
GPG Key ID: B08517883D5E0E10
1 changed files with
1 additions and
1 deletions
-
test/args-parsing.js
|
|
@ -66,7 +66,7 @@ test('"now alias --help" is the same as "now --help alias"', async t => { |
|
|
|
*/ |
|
|
|
function now(...args) { |
|
|
|
return new Promise((resolve, reject) => { |
|
|
|
const command = path.resolve(__dirname, '../bin/now') |
|
|
|
const command = path.resolve(__dirname, '../bin/now.js') |
|
|
|
const now = spawn(command, args) |
|
|
|
|
|
|
|
let stdout = '' |
|
|
|