fixed stageAllChanges test
This commit is contained in:
parent
8b240e6ca0
commit
398ee68457
1 changed files with 1 additions and 0 deletions
|
@ -309,6 +309,7 @@ describe('Multi-file store actions', () => {
|
||||||
null,
|
null,
|
||||||
store.state,
|
store.state,
|
||||||
[
|
[
|
||||||
|
{ type: types.SET_LAST_COMMIT_MSG, payload: '' },
|
||||||
{ type: types.STAGE_CHANGE, payload: store.state.changedFiles[0].path },
|
{ type: types.STAGE_CHANGE, payload: store.state.changedFiles[0].path },
|
||||||
{ type: types.STAGE_CHANGE, payload: store.state.changedFiles[1].path },
|
{ type: types.STAGE_CHANGE, payload: store.state.changedFiles[1].path },
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue