Files
Scream/ScreamTests/ScreamTests.swift
2025-12-31 19:35:12 +00:00

18 lines
292 B
Swift

//
// ScreamTests.swift
// ScreamTests
//
// Created by neon443 on 31/12/2025.
//
import Testing
@testable import Scream
struct ScreamTests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}