fix repo_edit_button_spec.js
This commit is contained in:
parent
24ac2ea80d
commit
1375db509a
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ describe('RepoEditButton', () => {
|
|||
|
||||
it('renders an edit button that toggles the view state', (done) => {
|
||||
RepoStore.isCommitable = true;
|
||||
RepoStore.changedFiles = [];
|
||||
|
||||
const vm = createComponent();
|
||||
|
||||
|
|
Loading…
Reference in a new issue