amplify-swift/AmplifyTestCommon/TestExtensions.swift

12 lines
234 B
Swift

//
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//
/// A set of extensions used in testing
/// Enable tests to `throw` string literals
extension String: Error { }