secant-ios-wallet/secant/Dependencies/CrashReporter/CrashReporterTestKey.swift

17 lines
351 B
Swift

//
// CrashReporterTestKey.swift
// secant-testnet
//
// Created by Francisco Gindre on 2/2/23.
//
import ComposableArchitecture
extension CrashReporterClient: TestDependencyKey {
static let testValue: CrashReporterClient = CrashReporterClient(
configure: { _ in },
testCrash: {},
optIn: {},
optOut: {}
)
}