18 lines
312 B
Swift
18 lines
312 B
Swift
//
|
|
// CardSamplesTests.swift
|
|
// CardSamplesTests
|
|
//
|
|
// Created by Matt Bruce on 1/21/26.
|
|
//
|
|
|
|
import Testing
|
|
@testable import CardSamples
|
|
|
|
struct CardSamplesTests {
|
|
|
|
@Test func example() async throws {
|
|
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
|
|
}
|
|
|
|
}
|