This commit is contained in:
JMARyA 2024-09-04 20:05:04 +02:00
commit bcef1d2e48
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
130 changed files with 5098 additions and 0 deletions

View file

@ -0,0 +1,12 @@
import Flutter
import UIKit
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.
}
}