Turned into a monorepo for iOS and Android
This commit is contained in:
17
ios/MagicCounterTests/MagicCounterTests.swift
Normal file
17
ios/MagicCounterTests/MagicCounterTests.swift
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// 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
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user