18 lines
302 B
Swift
18 lines
302 B
Swift
//
|
|
// 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.
|
|
}
|
|
|
|
}
|