10 lines
154 B
Swift
10 lines
154 B
Swift
import Testing
|
|
@testable import Inotify
|
|
|
|
@Suite("Initialisation")
|
|
struct InitTests {
|
|
@Test func createsCleanly() async throws {
|
|
let _ = Inotify()
|
|
}
|
|
}
|