import Foundation public extension URL { /// An example `URL` used in tests. static let example = URL(string: "https://example.com")! }