// // 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 } }