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

more spec fixes

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