mirror of https://github.com/prometheus/prometheus
remove jest.restoreAllMock() call
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>pull/9323/head
parent
b67c49a9ff
commit
2cfdaf915f
|
@ -21,7 +21,6 @@ describe('Graph', () => {
|
||||||
|
|
||||||
afterEach(() => {
|
afterEach(() => {
|
||||||
window.ResizeObserver = ResizeObserver;
|
window.ResizeObserver = ResizeObserver;
|
||||||
jest.restoreAllMocks();
|
|
||||||
});
|
});
|
||||||
describe('data is returned', () => {
|
describe('data is returned', () => {
|
||||||
const props: any = {
|
const props: any = {
|
||||||
|
|
Loading…
Reference in New Issue