PR-651276; updating packages.

This commit is contained in:
2023-03-06 15:56:24 +00:00
parent 1e671e7f1e
commit 4e1357df9b
3 changed files with 674 additions and 652 deletions

View File

@ -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'