mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2025-06-19 04:18:31 -06:00
PR-651276; updating packages.
This commit is contained in:
@ -8,7 +8,7 @@ describe('<App/> Component', () => {
|
||||
fetchMock.resetMocks();
|
||||
});
|
||||
|
||||
test('Should render root <App /> Component', async () => {
|
||||
it('Should render root <App /> Component', async () => {
|
||||
fetchMock.mockResponseOnce(JSON.stringify({
|
||||
//First Data Fetch
|
||||
data: 'data'
|
||||
|
Reference in New Issue
Block a user