Commit 335d0b96 authored by Eric Eastwood's avatar Eric Eastwood

Fix repo sidebar test failure from shared store troubles

parent fd2f9092
...@@ -13,6 +13,7 @@ describe('RepoSidebar', () => { ...@@ -13,6 +13,7 @@ describe('RepoSidebar', () => {
RepoStore.files = [{ RepoStore.files = [{
id: 0, id: 0,
}]; }];
RepoStore.openedFiles = [];
const vm = createComponent(); const vm = createComponent();
const thead = vm.$el.querySelector('thead'); const thead = vm.$el.querySelector('thead');
const tbody = vm.$el.querySelector('tbody'); const tbody = vm.$el.querySelector('tbody');
......
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