File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33 "author" : " Raice Hannay <voodoocreation@gmail.com>" ,
44 "description" : " A set of classes to make setting up React components for unit tests easy." ,
55 "license" : " ISC" ,
6- "version" : " 2.0.0 " ,
6+ "version" : " 2.0.1 " ,
77 "keywords" : [
88 " component" ,
99 " enzyme" ,
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ export default abstract class WrapperWithRedux<
4545
4646 // @ts -ignore
4747 public mount = ( ) => {
48+ this . dispatchedActions = [ ] ;
4849 this . beforeMount ( ) ;
4950
5051 const props = this . defineProps ( ) as P ;
@@ -109,6 +110,5 @@ export default abstract class WrapperWithRedux<
109110 super . reset ( ) ;
110111
111112 this . scenarioReduxState = { } ;
112- this . dispatchedActions = [ ] ;
113113 }
114114}
You can’t perform that action at this time.
0 commit comments