remove .only()
continuous-integration/appveyor/branch AppVeyor build succeeded Details

master
Jonatan Nilsson 2022-08-10 14:29:51 +00:00
parent 8a56969015
commit 2b69013c04
1 changed files with 1 additions and 1 deletions

View File

@ -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')