Scaffold project structure
This commit is contained in:
9
Tests/InotifyIntegrationTests/InitialisationTests.swift
Normal file
9
Tests/InotifyIntegrationTests/InitialisationTests.swift
Normal file
@@ -0,0 +1,9 @@
|
||||
import Testing
|
||||
@testable import Inotify
|
||||
|
||||
@Suite("Initialisation")
|
||||
struct InitTests {
|
||||
@Test func createsCleanly() async throws {
|
||||
let _ = Inotify()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user