Sometimes some fixes are needed only for test targets ```swift if ProcessInfo.processInfo.environment["XCTestConfigurationFilePath"] != nil { // Code only executes when tests are running } ``` Source: https://stackoverflow.com/a/29991529/611678
Sometimes some fixes are needed only for test targets
Source: https://stackoverflow.com/a/29991529/611678