mirror of
https://github.com/neon443/MineSwift.git
synced 2026-03-11 07:09:12 +00:00
Initial Commit
This commit is contained in:
16
MineSwiftTests/MineSwiftTests.swift
Normal file
16
MineSwiftTests/MineSwiftTests.swift
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// 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.
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user