mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-06 22:27:17 +02:00
remove jest.restoreAllMock() call
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
This commit is contained in:
parent
c3306e6366
commit
05b9a11a62
@ -21,7 +21,6 @@ describe('Graph', () => {
|
||||
|
||||
afterEach(() => {
|
||||
window.ResizeObserver = ResizeObserver;
|
||||
jest.restoreAllMocks();
|
||||
});
|
||||
describe('data is returned', () => {
|
||||
const props: any = {
|
||||
|
Loading…
Reference in New Issue
Block a user