kostuyn

Results 2 comments of kostuyn

you can reset mock before initialized for every test ``` `it('will return the most generic mock value if it\'s defined first', async () => { mockReset(mockHttpClient); //

For single test - yes, useless. In other case you can set default order and reorder them in concrete test case with `mockReset(mockHttpClient)`