mirror of
https://github.com/neon443/MineSwift.git
synced 2026-03-11 07:09:12 +00:00
17 lines
283 B
Swift
17 lines
283 B
Swift
//
|
|
// MineSwiftTests.swift
|
|
// MineSwiftTests
|
|
//
|
|
// Created by Nihaal Sharma on 08/12/2024.
|
|
//
|
|
|
|
import Testing
|
|
|
|
struct MineSwiftTests {
|
|
|
|
@Test func example() async throws {
|
|
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
|
|
}
|
|
|
|
}
|