1import Cocoa
2import FlutterMacOS
3import XCTest
4
5class RunnerTests: XCTestCase {
6
7 func testExample() {
8 // If you add code to the Runner application, consider adding tests here.
9 // See https://developer.apple.com/documentation/xctest for more information about using XCTest.
10 }
11
12}