added tests

This commit is contained in:
neon443
2025-03-26 14:08:10 +00:00
parent 4f36b52548
commit 1e36d15184
6 changed files with 187 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
//
// NearFutureTests.swift
// NearFutureTests
//
// Created by neon443 on 26/03/2025.
//
import Testing
struct NearFutureTests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}