mirror of
https://github.com/neon443/Scream.git
synced 2026-03-11 13:26:18 +00:00
18 lines
292 B
Swift
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.
|
|
}
|
|
|
|
}
|