17 lines
269 B
Swift
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.
|
|
}
|
|
|
|
}
|