// // 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. } }