0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Removed unused jsom import

This commit is contained in:
Simon Backx 2022-08-12 14:47:31 +02:00
parent 11c3dcc77a
commit 991e0856b8

View file

@ -3,7 +3,6 @@ import userEvent from '@testing-library/user-event';
import App from './App'; import App from './App';
import {ROOT_DIV_ID} from './utils/constants'; import {ROOT_DIV_ID} from './utils/constants';
import {buildComment, buildMember} from './utils/test-utils'; import {buildComment, buildMember} from './utils/test-utils';
const jsdom = require("jsdom");
function renderApp({member = null, documentStyles = {}, props = {}} = {}) { function renderApp({member = null, documentStyles = {}, props = {}} = {}) {
const postId = 'my-post'; const postId = 'my-post';