mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-22 17:58:05 +00:00
simpler .started length check
This commit is contained in:
parent
456a4a8673
commit
daf2e2bd9a
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ describe.only('XHRUpload with `limit`', () => {
|
|||
started: window.uppyXhrLimit.uploadsStarted,
|
||||
complete: window.uppyXhrLimit.uploadsComplete
|
||||
})).value
|
||||
expect(status.started).to.be.equal(10)
|
||||
expect(status.started).to.be.equal(files.length)
|
||||
expect(status.complete).to.be.equal(2)
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue