From 9532e812f84a089cbf7fe8f35b3fa119fa17d728 Mon Sep 17 00:00:00 2001 From: uvok Date: Mon, 21 Jul 2025 15:23:19 +0200 Subject: Add q&d flutter app --- macos/RunnerTests/RunnerTests.swift | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 macos/RunnerTests/RunnerTests.swift (limited to 'macos/RunnerTests') diff --git a/macos/RunnerTests/RunnerTests.swift b/macos/RunnerTests/RunnerTests.swift new file mode 100644 index 0000000..61f3bd1 --- /dev/null +++ b/macos/RunnerTests/RunnerTests.swift @@ -0,0 +1,12 @@ +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. + } + +} -- cgit v1.2.3