vOOice/VoiceInkTests/VoiceInkTests.swift
2025-02-22 11:52:41 +05:45

18 lines
306 B
Swift

//
// VoiceInkTests.swift
// VoiceInkTests
//
// Created by Prakash Joshi on 15/10/2024.
//
import Testing
@testable import VoiceInk
struct VoiceInkTests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}