Initial Commit

This commit is contained in:
neon443
2025-12-31 19:35:12 +00:00
commit 85daea1770
10 changed files with 1481 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
//
// 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.
}
}