17 lines
290 B
Swift
17 lines
290 B
Swift
//
|
|
// EmotionMuseumTests.swift
|
|
// EmotionMuseumTests
|
|
//
|
|
// Created by 华中敏 on 2025/5/26.
|
|
//
|
|
|
|
import Testing
|
|
|
|
struct EmotionMuseumTests {
|
|
|
|
@Test func example() async throws {
|
|
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
|
|
}
|
|
|
|
}
|