mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
18 lines
301 B
Swift
18 lines
301 B
Swift
//
|
|
// TunarrTests.swift
|
|
// TunarrTests
|
|
//
|
|
// Created by Christian Benincasa on 7/26/25.
|
|
//
|
|
|
|
import Testing
|
|
@testable import Tunarr
|
|
|
|
struct TunarrTests {
|
|
|
|
@Test func example() async throws {
|
|
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
|
|
}
|
|
|
|
}
|