import * as networkUtils from '../networkUtils'; describe('network utils', () => { beforeEach(() => { fetch.resetMocks(); }); it('httpRequest', () => { }); it('JSONRequest', () => { }); });