Files
runner-images-sangeeth/Fastlanedemoapp/FastlanedemoappTests/FastlanedemoappTests.swift
2025-05-20 11:48:45 +05:30

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