Skip to content

Commit c8ba21b

Browse files
committed
bak
1 parent b174313 commit c8ba21b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsclient/test/command.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ test('info', async () => {
1313
})
1414

1515
test('upload', async () => {
16-
const exampleProjectDir = path.join(path.resolve(__dirname, '../../../example/js-app-example'), 'build')
16+
const exampleProjectDir = path.join(path.resolve(__dirname, '../../example/js-app-example'), 'build')
1717
console.log(`upload path ${exampleProjectDir}`)
1818
const result = await runCommand(['upload', exampleProjectDir, LOCAL_HOST])
19-
// console.log(result)
19+
console.log(result)
2020

2121
})
2222
/*

0 commit comments

Comments
 (0)