blob: 1338c5e5b03a059e2fa3a95030b20a998838dbf8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
//
// WaterfallFile_UITests.swift
// WaterfallFile_UITests
//
// Created by Jacky Jack on 23/12/2024.
//
import Testing
@testable import WaterfallFile_UI
struct WaterfallFile_UITests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}
|