Commit 820f3698 authored by Winnie Hellmann's avatar Winnie Hellmann

Destroy components in environments dashboard tests

parent c52fdd6e
...@@ -47,6 +47,7 @@ describe('dashboard', () => { ...@@ -47,6 +47,7 @@ describe('dashboard', () => {
}); });
afterEach(() => { afterEach(() => {
wrapper.destroy();
store.replaceState(state()); store.replaceState(state());
}); });
......
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