0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-25 02:31:59 -05:00

Fixed lint

This commit is contained in:
Rishabh 2022-02-18 23:17:20 +05:30
parent 4c15ecacd8
commit c9e88de5bf

View file

@ -1,7 +1,7 @@
import React from 'react';
import App from '../App.js';
import {fireEvent, appRender, within, waitFor, prettyDOM} from '../utils/test-utils';
import {offer as FixtureOffer, site as FixtureSite} from '../utils/test-fixtures';
import {fireEvent, appRender, within} from '../utils/test-utils';
import {site as FixtureSite} from '../utils/test-fixtures';
import setupGhostApi from '../utils/api.js';
const setup = async ({site, member = null}) => {