Commit f58337e4 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Apply 1 suggestion(s) to 1 file(s)

parent 3a2dc96b
...@@ -97,7 +97,7 @@ describe('Pipelines', () => { ...@@ -97,7 +97,7 @@ describe('Pipelines', () => {
jest.spyOn(Api, 'branches').mockResolvedValue({ data: branches }); jest.spyOn(Api, 'branches').mockResolvedValue({ data: branches });
}); });
afterEach(async () => { afterEach(() => {
wrapper.destroy(); wrapper.destroy();
mock.restore(); mock.restore();
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment