mirror of
https://github.com/laosb/CropImage.git
synced 2025-08-20 23:12:40 +00:00
Initial Commit
This commit is contained in:
commit
1477b29bc8
6 changed files with 65 additions and 0 deletions
11
Tests/CropImageTests/CropImageTests.swift
Normal file
11
Tests/CropImageTests/CropImageTests.swift
Normal file
|
@ -0,0 +1,11 @@
|
|||
import XCTest
|
||||
@testable import CropImage
|
||||
|
||||
final class CropImageTests: XCTestCase {
|
||||
func testExample() throws {
|
||||
// This is an example of a functional test case.
|
||||
// Use XCTAssert and related functions to verify your tests produce the correct
|
||||
// results.
|
||||
XCTAssertEqual(CropImage().text, "Hello, World!")
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue