18 lines
306 B
Swift
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.
|
|
}
|
|
|
|
}
|