Jochen Pfeiffer
Jochen Pfeiffer
Issue: Bug Issue: Enhancement PR: Release PR: Added ...
[SnapshotTesting](https://github.com/pointfreeco/swift-snapshot-testing)
when the origin.y of the child view controller is not 0 the notification view is to big
Hello, I can't wrap my head around how to communicate with a child view controller. I have one trigger from the `ParentViewController` that is needed in the `ChildViewModel` and a...
**Describe the bug** Mocking network images in one test will mock them for all upcoming tests in the same file. **To Reproduce** Updated tests from the [example](https://github.com/felangel/mocktail/blob/2fbf56235eff60596e79bf2031fe639e38f769d4/packages/mocktail_image_network/example/test/image_test.dart): ``` void main()...