0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Fixed linting

This commit is contained in:
Kevin Ansfield 2019-03-18 19:18:02 +00:00
parent 68c09fce2d
commit 9a2e713cd4

View file

@ -5,7 +5,6 @@ import {click, find, findAll, render, settled, waitFor} from '@ember/test-helper
import {createFile} from '../../helpers/file-upload';
import {describe, it} from 'mocha';
import {expect} from 'chai';
import {run} from '@ember/runloop';
import {setupRenderingTest} from 'ember-mocha';
const stubSuccessfulUpload = function (server, delay = 0) {