Commit 6b580738 authored by Simon Knox's avatar Simon Knox

fix test - add default empty array

parent d9d288bf
......@@ -15,7 +15,9 @@ gl.issueBoards.BoardsStore = {
path: '',
},
state: {
currentBoard: {},
currentBoard: {
labels: [],
},
currentPage: '',
reload: false,
},
......
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