17 lines
274 B
Swift
17 lines
274 B
Swift
//
|
|
// readeckTests.swift
|
|
// readeckTests
|
|
//
|
|
// Created by Ilyas Hallak on 10.06.25.
|
|
//
|
|
|
|
import Testing
|
|
|
|
struct readeckTests {
|
|
|
|
@Test func example() async throws {
|
|
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
|
|
}
|
|
|
|
}
|