Commit 6112d892 authored by Phil Hughes's avatar Phil Hughes

more spec fixes

parent f199e672
...@@ -469,7 +469,7 @@ describe('Multi-file store actions', () => { ...@@ -469,7 +469,7 @@ describe('Multi-file store actions', () => {
'path', 'path',
store.state, store.state,
[{ type: types.DELETE_ENTRY, payload: 'path' }], [{ type: types.DELETE_ENTRY, payload: 'path' }],
[{ type: 'burstUnusedSeal' }, { type: 'closeFile', payload: store.state.entries.path }], [{ type: 'burstUnusedSeal' }],
done, done,
); );
}); });
...@@ -498,6 +498,7 @@ describe('Multi-file store actions', () => { ...@@ -498,6 +498,7 @@ describe('Multi-file store actions', () => {
it('renames all entries in tree', done => { it('renames all entries in tree', done => {
store.state.entries.test = { store.state.entries.test = {
type: 'tree',
tree: [ tree: [
{ {
path: 'tree-1', path: 'tree-1',
......
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