We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b174313 commit c8ba21bCopy full SHA for c8ba21b
jsclient/test/command.spec.ts
@@ -13,10 +13,10 @@ test('info', async () => {
13
})
14
15
test('upload', async () => {
16
- const exampleProjectDir = path.join(path.resolve(__dirname, '../../../example/js-app-example'), 'build')
+ const exampleProjectDir = path.join(path.resolve(__dirname, '../../example/js-app-example'), 'build')
17
console.log(`upload path ${exampleProjectDir}`)
18
const result = await runCommand(['upload', exampleProjectDir, LOCAL_HOST])
19
- // console.log(result)
+ console.log(result)
20
21
22
/*
0 commit comments