Files
runner-images-sangeeth/Fastlanedemoapp/FastlanedemoappTests/FastlanedemoappTests.swift
T

17 lines
297 B
Swift

//
// FastlanedemoappTests.swift
// FastlanedemoappTests
//
// Created by sangeeths03 on 20/05/25.
//
import Testing
struct FastlanedemoappTests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}