Files
openclaw/apps/macos/Tests/OpenClawIPCTests/Placeholder.swift

8 lines
110 B
Swift
Raw Normal View History

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