Commit 05866cc5 authored by George Tsiolis's avatar George Tsiolis

Update operations actions spec to reflect extra commit action

parent 71199669
...@@ -213,6 +213,10 @@ describe('actions', () => { ...@@ -213,6 +213,10 @@ describe('actions', () => {
type: types.ADD_PROJECT_TOKEN, type: types.ADD_PROJECT_TOKEN,
payload: mockOneProject, payload: mockOneProject,
}, },
{
type: types.SET_INPUT_VALUE,
payload: '',
},
], ],
[], [],
done, done,
......
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