1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2025-11-08 20:50:04 +00:00
Files
flutter-examples/Plan_Tasks/Taskplanning_app/macos/RunnerTests/RunnerTests.swift
Bharath-KumarReddy fb6f505cbc taskplanning_app
2023-10-15 11:41:52 +05:30

13 lines
290 B
Swift

import FlutterMacOS
import Cocoa
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.
}
}