[ReactNative] NavigationContext-test mock fix for OSS
This commit is contained in:
parent
bf5224bb80
commit
01d2df8c86
|
@ -26,6 +26,7 @@
|
||||||
|
|
||||||
jest
|
jest
|
||||||
.dontMock('EmitterSubscription')
|
.dontMock('EmitterSubscription')
|
||||||
|
.dontMock('EventSubscription')
|
||||||
.dontMock('EventEmitter')
|
.dontMock('EventEmitter')
|
||||||
.dontMock('EventSubscriptionVendor')
|
.dontMock('EventSubscriptionVendor')
|
||||||
.dontMock('NavigationContext')
|
.dontMock('NavigationContext')
|
||||||
|
|
Loading…
Reference in New Issue