0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-04 02:01:58 -05:00

Fixed lint

This commit is contained in:
Rishabh 2022-07-04 16:00:02 +02:00
parent c71db17200
commit aeb644cf84

View file

@ -1,4 +1,4 @@
import { render, screen } from '@testing-library/react';
import {render, screen} from '@testing-library/react';
import App from './App';
test('renders learn react link', () => {