import Foundation import Testing @testable import Inotify @Suite("Event Buffering") struct BufferingTests { @Test func deliversEveryEventOfABurstToALateConsumer() async throws { try await withTempDir { dir in let fileCount = 1000 let watcher = try Inotify() try await watcher.addWatch(path: dir, mask: .create) for index in 0..