This repository has been archived on 2026-02-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
bytenews/BytenewsTests/BytenewsTests.swift
T
2025-03-29 10:33:57 +01:00

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