File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
packages/node_modules/overmind/src Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -151,6 +151,7 @@ describe('Overmind', () => {
151151 actionId : 0 ,
152152 actionName : 'doThis' ,
153153 isRunning : true ,
154+ namespacePath : [ ] ,
154155 executionId : 0 ,
155156 operatorId : 0 ,
156157 path : [ ] ,
@@ -164,6 +165,7 @@ describe('Overmind', () => {
164165 isRunning : false ,
165166 executionId : 0 ,
166167 actionName : 'doThis' ,
168+ namespacePath : [ ] ,
167169 operatorId : 0 ,
168170 path : [ ] ,
169171 type : 'action' ,
@@ -186,6 +188,7 @@ describe('Overmind', () => {
186188 path : [ ] ,
187189 executionId : 0 ,
188190 operatorId : 0 ,
191+ namespacePath : [ ] ,
189192 type : 'action' ,
190193 } )
191194 } )
@@ -198,6 +201,7 @@ describe('Overmind', () => {
198201 isAsync : false ,
199202 executionId : 0 ,
200203 operatorId : 0 ,
204+ namespacePath : [ ] ,
201205 type : 'action' ,
202206 } )
203207 } )
@@ -221,6 +225,7 @@ describe('Overmind', () => {
221225 ] ,
222226 executionId : 0 ,
223227 operatorId : 0 ,
228+ namespacePath : [ ] ,
224229 path : [ ] ,
225230 type : 'action' ,
226231 } )
@@ -245,6 +250,7 @@ describe('Overmind', () => {
245250 ] ,
246251 executionId : 0 ,
247252 operatorId : 0 ,
253+ namespacePath : [ ] ,
248254 path : [ ] ,
249255 type : 'action' ,
250256 } )
@@ -270,6 +276,7 @@ describe('Overmind', () => {
270276 executionId : 0 ,
271277 operatorId : 0 ,
272278 path : [ ] ,
279+ namespacePath : [ ] ,
273280 type : 'action' ,
274281 } )
275282 } )
You can’t perform that action at this time.
0 commit comments