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 b67c49a9ff
commit 2cfdaf915f

View file

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