remove .only()
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
This commit is contained in:
parent
8a56969015
commit
2b69013c04
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ t.describe('/filehandle', function() {
|
|||
})
|
||||
})
|
||||
|
||||
t.only().describe('/file/upload', function() {
|
||||
t.describe('/file/upload', function() {
|
||||
t.test('server should upload file', async function() {
|
||||
let res = await client.upload('/file/upload', './test/test.png')
|
||||
|
||||
|
|
Loading…
Reference in a new issue