Commit 398ee684 authored by Phil Hughes's avatar Phil Hughes

fixed stageAllChanges test

parent 8b240e6c
...@@ -309,6 +309,7 @@ describe('Multi-file store actions', () => { ...@@ -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 },
], ],
......
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