mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-25 02:31:59 -05:00
Fixed lint
This commit is contained in:
parent
4c15ecacd8
commit
c9e88de5bf
1 changed files with 2 additions and 2 deletions
|
@ -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}) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue