mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-24 10:47:44 +00:00
don’t use arrow function, for *this* to work
This commit is contained in:
parent
b6f9ab2bb0
commit
c16dc71fef
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ describe('Transloadit file processing', () => {
|
|||
browser.url(testURL)
|
||||
})
|
||||
|
||||
it('should upload a file to Transloadit and crop it', () => {
|
||||
it('should upload a file to Transloadit and crop it', function () {
|
||||
const transloaditKey = process.env.TRANSLOADIT_KEY
|
||||
if (transloaditKey === undefined) {
|
||||
console.log('skipping Transloadit integration test')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue