Type Property
testing
An environment for testing your application.
static var testing: Environment { get }
Discussion
Performs an explicit sanitization step because this preset is often used directly in unit tests, without the benefit of the logic usually invoked through either form of detect(). This means that when --env test is explicitly specified, the sanitize logic is run twice, but this should be harmless.