readest/apps/readest-app/src-tauri/plugins/tauri-plugin-native-tts/ios/Tests/PluginTests/PluginTests.swift

8 lines
168 B
Swift

import XCTest
@testable import ExamplePlugin
final class ExamplePluginTests: XCTestCase {
func testExample() throws {
let plugin = ExamplePlugin()
}
}