mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 21:54:10 -08:00
remove jest.restoreAllMock() call
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
This commit is contained in:
parent
b67c49a9ff
commit
2cfdaf915f
|
@ -21,7 +21,6 @@ describe('Graph', () => {
|
|||
|
||||
afterEach(() => {
|
||||
window.ResizeObserver = ResizeObserver;
|
||||
jest.restoreAllMocks();
|
||||
});
|
||||
describe('data is returned', () => {
|
||||
const props: any = {
|
||||
|
|
Loading…
Reference in a new issue