mirror of
https://github.com/Desp0o/ToastKit.git
synced 2026-05-18 14:30:34 +00:00
13 lines
359 B
Swift
13 lines
359 B
Swift
import XCTest
|
|
@testable import ToastKit
|
|
|
|
final class ToastKitTests: 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
|
|
}
|
|
}
|