Skip to content

Commit 9f763b2

Browse files
committed
test: change path to cli
1 parent 0875a4c commit 9f763b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const readPkg = require('read-pkg')
77
const copy = require('cpy')
88
const tempfile = require('tempfile')
99

10-
const cli = path.resolve('cli.js')
10+
const cli = path.resolve('src/cli.js')
1111

1212
function read (pathFile) {
1313
return new Promise((resolve, reject) => {

0 commit comments

Comments
 (0)