don’t use arrow function, for *this* to work

This commit is contained in:
Artur Paikin 2018-10-05 23:24:45 -04:00
parent b6f9ab2bb0
commit c16dc71fef

View file

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