mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-13 11:00:50 +00:00
11 lines
205 B
Swift
11 lines
205 B
Swift
import Testing
|
|
@testable import OpenClaw
|
|
|
|
@Suite(.serialized)
|
|
@MainActor
|
|
struct OnboardingCoverageTests {
|
|
@Test func `exercise onboarding pages`() {
|
|
OnboardingView.exerciseForTesting()
|
|
}
|
|
}
|