mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-04 02:01:58 -05:00
refs https://github.com/TryGhost/Product/issues/4182 Updated framework to include shared test config for easier app setup.
5 lines
164 B
TypeScript
5 lines
164 B
TypeScript
import './styles/index.css';
|
|
import App from './App.tsx';
|
|
import renderStandaloneApp from '@tryghost/admin-x-framework/test/render';
|
|
|
|
renderStandaloneApp(App, {});
|