diff --git a/test/args-parsing.js b/test/args-parsing.js index 8d53ca0..d9de669 100644 --- a/test/args-parsing.js +++ b/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 = ''