mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
8 lines
120 B
Swift
8 lines
120 B
Swift
@testable import gensite
|
|
import Testing
|
|
|
|
struct gensiteTests {
|
|
@Test func example() {
|
|
#expect(true)
|
|
}
|
|
}
|