Files
happy-life-star/EmotionMuseum/EmotionMuseumTests/EmotionMuseumTests.swift
T

18 lines
321 B
Swift

//
// EmotionMuseumTests.swift
// EmotionMuseumTests
//
// Created by on 2025/6/13.
//
import Testing
@testable import EmotionMuseum
struct EmotionMuseumTests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}