mirror of
https://github.com/yJason/ClashX-Dashboard.git
synced 2026-02-04 10:02:26 +08:00
12 lines
383 B
Swift
12 lines
383 B
Swift
import XCTest
|
|
@testable import ClashX_Dashboard_Kit
|
|
|
|
final class ClashX_Dashboard_KitTests: 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(ClashX_Dashboard_Kit().text, "Hello, World!")
|
|
}
|
|
}
|