Commit 4869b29d authored by Paul Gascou-Vaillancourt's avatar Paul Gascou-Vaillancourt Committed by Jose Ivan Vargas

Apply 1 suggestion(s) to 1 file(s)

parent 8ed5f601
...@@ -205,7 +205,7 @@ describe('IDE store project actions', () => { ...@@ -205,7 +205,7 @@ describe('IDE store project actions', () => {
{ type: 'CREATE_TREE', payload: { treePath: `${TEST_PROJECT_ID}/main` } }, { type: 'CREATE_TREE', payload: { treePath: `${TEST_PROJECT_ID}/main` } },
{ {
type: 'TOGGLE_LOADING', type: 'TOGGLE_LOADING',
payload: { entry: store.state.trees[`${TEST_PROJECT_ID}/maind`], forceValue: false }, payload: { entry: store.state.trees[`${TEST_PROJECT_ID}/main`], forceValue: false },
}, },
], ],
expect.any(Object), expect.any(Object),
......
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