18 lines
271 B
Swift
18 lines
271 B
Swift
//
|
|
// MagicCounterTests.swift
|
|
// MagicCounterTests
|
|
//
|
|
// Created by Atridad Lahiji on 2025-12-06.
|
|
//
|
|
|
|
import Testing
|
|
@testable import MagicCounter
|
|
|
|
struct MagicCounterTests {
|
|
|
|
@Test func example() async throws {
|
|
// Todo: Add SOME form of test lol
|
|
}
|
|
|
|
}
|