18 lines
320 B
Swift
18 lines
320 B
Swift
//
|
|
// Jetson_MediaTests.swift
|
|
// Jetson MediaTests
|
|
//
|
|
// Created by Spasol Reisa on 2025/8/16.
|
|
//
|
|
|
|
import Testing
|
|
@testable import Jetson_Media
|
|
|
|
struct Jetson_MediaTests {
|
|
|
|
@Test func example() async throws {
|
|
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
|
|
}
|
|
|
|
}
|