anyway/frontend/macos/RunnerTests/RunnerTests.swift
Remy Moll 713e4a6671
Some checks failed
Test code / Test code (push) Failing after 41s
split into frontend and backend
2024-05-16 17:08:18 +02:00

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