8 lines
103 B
Swift
Raw Permalink Normal View History

2025-12-05 23:13:53 +01:00
import Testing
struct PlaceholderTests {
2025-12-05 23:13:53 +01:00
@Test func placeholder() {
#expect(true)
}
}