2025-05-02 19:04:10 +03:00

11 lines
230 B
Swift

import Testing
@testable import ResourceDownloader
struct ResourceDownloaderTests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}