SJSAssetExportSession/SJSAssetExportSessionTests/SJSAssetExportSessionTests.swift
2024-06-29 08:18:05 -07:00

17 lines
361 B
Swift

//
// SJSAssetExportSessionTests.swift
// SJSAssetExportSessionTests
//
// Created by Sami Samhuri on 2024-06-29.
//
import Testing
@testable import SJSAssetExportSession
struct SJSAssetExportSessionTests {
@Test func testExample() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}