diff options
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/SwiftyCropTests/SwiftyCropTests.swift | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Tests/SwiftyCropTests/SwiftyCropTests.swift b/Tests/SwiftyCropTests/SwiftyCropTests.swift new file mode 100644 index 0000000..e029923 --- /dev/null +++ b/Tests/SwiftyCropTests/SwiftyCropTests.swift @@ -0,0 +1,12 @@ +import XCTest +@testable import SwiftyCrop + +final class SwiftyCropTests: XCTestCase { + func testExample() throws { + // XCTest Documentation + // https://developer.apple.com/documentation/xctest + + // Defining Test Cases and Test Methods + // https://developer.apple.com/documentation/xctest/defining_test_cases_and_test_methods + } +} |