Required Static Propertypointfreeco.swift-dependencies 1.6.2Dependencies
liveValue
The live value for the dependency key.
static var liveValue: Value { get }
This is the value used by default when running the application in a simulator or on a device. Using a live dependency in a test context will lead to a test failure as you should mock your dependencies for tests.
To automatically supply a test dependency in a test context, consider implementing the testValue
requirement.