10 lines
259 B
Swift
10 lines
259 B
Swift
import Testing
|
|
@testable import LilithTesting
|
|
|
|
@Suite("LilithTesting Tests")
|
|
struct LilithTestingTests {
|
|
@Test func packageImports() async throws {
|
|
// Verify the package can be imported and basic types are accessible
|
|
#expect(true)
|
|
}
|
|
}
|