Skip to content

Commit

Permalink
Remove async from describe
Browse files Browse the repository at this point in the history
  • Loading branch information
bautrukevich committed Jul 15, 2019
1 parent ebd731a commit b046221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/checkFileIsUploadedFromUrl.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {StatusEnum} from '../src/api/fromUrlStatus'
import {getSettingsForTesting} from './_helpers'
import fromUrl from '../src/api/fromUrl'

describe('checkFileIsUploadedFromUrl', async() => {
describe('checkFileIsUploadedFromUrl', () => {
const sourceUrl = factory.imageUrl('valid')
const settings = getSettingsForTesting({
publicKey: factory.publicKey('demo')
Expand Down

0 comments on commit b046221

Please sign in to comment.