mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-19 18:39:20 -05:00
11 lines
201 B
Swift
11 lines
201 B
Swift
import Testing
|
|
@testable import OpenClaw
|
|
|
|
@Suite(.serialized)
|
|
@MainActor
|
|
struct OnboardingCoverageTests {
|
|
@Test func exerciseOnboardingPages() {
|
|
OnboardingView.exerciseForTesting()
|
|
}
|
|
}
|