mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
17 lines
297 B
Swift
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.
|
|
}
|
|
|
|
}
|