Skip to content

Commit 877b453

Browse files
committed
bak
1 parent 4dea114 commit 877b453

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jsclient/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"scripts": {
8-
"test": "jest",
8+
"test": "jest --testTimeout=30000",
99
"build": "tsc"
1010
},
1111
"repository": {

jsclient/test/command.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ 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}`)
18-
// const result = await runCommand(['upload', exampleProjectDir, LOCAL_HOST])
18+
const result = await runCommand(['upload', exampleProjectDir, LOCAL_HOST])
1919
// console.log(result)
2020

2121
})

0 commit comments

Comments
 (0)