I'm writing snapshot tests for SwiftUI views using the Point-Free snapshot test library. I'd like to test that my views respond correctly to the following SwiftUI environment properties:
accessibilityDifferentiateWithoutColor
accessibilityReduceTransparency
accessibilityReduceMotion
accessibilityInvertColors
How can I override these values in my tests?