- 3-slide onboarding: baseline, questions, results - Replaced welcome screen with onboarding flow - Tightened uncertainty range from ±40% to ±20% - Ranges now more precise (e.g., 58-86 vs 40-104 months) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
12 lines
290 B
Swift
12 lines
290 B
Swift
import Cocoa
|
|
import FlutterMacOS
|
|
import XCTest
|
|
|
|
class RunnerTests: XCTestCase {
|
|
|
|
func testExample() {
|
|
// If you add code to the Runner application, consider adding tests here.
|
|
// See https://developer.apple.com/documentation/xctest for more information about using XCTest.
|
|
}
|
|
|
|
}
|