Skip to content

Commit fd1a3f9

Browse files
committed
Updated to test package index.js
1 parent 32fdaad commit fd1a3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ describe('CLI', function() {
8080
* Test Commander options in child process.
8181
*/
8282
function testOption(vals, callback) {
83-
const file = path.resolve('dist/cli.js');
83+
const file = path.resolve('index.js');
8484
const args = vals.join(' ');
8585

8686
exec(`node '${file}' ${args}`, callback);

0 commit comments

Comments
 (0)