Initial Commit

This commit is contained in:
2025-03-29 10:23:20 +01:00
commit a924f8d485
15 changed files with 899 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
//
// BytenewsTests.swift
// BytenewsTests
//
// Created by Erick Ahmed on 29/03/25.
//
import Testing
@testable import Bytenews
struct BytenewsTests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}