mirror of
https://github.com/wahyd4/image-flow.git
synced 2026-08-09 13:15:59 +10:00
18 lines
303 B
Swift
18 lines
303 B
Swift
//
|
|
// image_flowTests.swift
|
|
// image-flowTests
|
|
//
|
|
// Created by Junv on 1/3/2025.
|
|
//
|
|
|
|
import Testing
|
|
@testable import image_flow
|
|
|
|
struct image_flowTests {
|
|
|
|
@Test func example() async throws {
|
|
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
|
|
}
|
|
|
|
}
|