remove jest.restoreAllMock() call

Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
This commit is contained in:
Augustin Husson 2021-09-08 17:13:44 +02:00
parent c3306e6366
commit 05b9a11a62

View file

@ -21,7 +21,6 @@ describe('Graph', () => {
afterEach(() => {
window.ResizeObserver = ResizeObserver;
jest.restoreAllMocks();
});
describe('data is returned', () => {
const props: any = {