mirror of
https://github.com/neon443/Scream.git
synced 2026-03-11 13:26:18 +00:00
Initial Commit
This commit is contained in:
17
ScreamTests/ScreamTests.swift
Normal file
17
ScreamTests/ScreamTests.swift
Normal 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.
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user