readability-dart/example/macos/RunnerTests/RunnerTests.swift
Amogh Lele 74da8e2505 feat: add support for macos
Signed-off-by: Amogh Lele <amolele@gmail.com>
2024-07-18 05:47:07 +05:30

13 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.
}
}