mirror of
https://github.com/samsonjs/SJSAssetExportSession.git
synced 2026-04-24 14:27:43 +00:00
17 lines
361 B
Swift
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.
|
|
}
|
|
|
|
}
|