Some checks failed
Publish Swift Package / build-test-publish (push) Failing after 17s
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
10 lines
259 B
Swift
10 lines
259 B
Swift
import Testing
|
|
@testable import LilithLogging
|
|
|
|
@Suite("LilithLogging Tests")
|
|
struct LilithLoggingTests {
|
|
@Test func packageImports() async throws {
|
|
// Verify the package can be imported and basic types are accessible
|
|
#expect(true)
|
|
}
|
|
}
|