mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-26 07:57:40 +00:00
8 lines
103 B
Swift
8 lines
103 B
Swift
import Testing
|
|
|
|
struct PlaceholderTests {
|
|
@Test func placeholder() {
|
|
#expect(true)
|
|
}
|
|
}
|