ios_app_v2/yobbleTests/yobbleTests.swift
2025-09-19 02:41:57 +03:00

17 lines
269 B
Swift

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