Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@setoelkahfi
/
tauri-plugin-ios-window
tauri-plugin-ios-window
/
ios
/
Tests
/
PluginTests
/
PluginTests.swift
Code
Commits
Issues
Pulls
Sessions
CI/CD
feature/extend-tauri-generated-xcode-project-for-tvos-target
feature/darwin-platforms-extension
feature/extend-tauri-generated-xcode-project-for-tvos-target
main
swift
8 lines
168 Bytes
Copy permalink
Copy
Raw
1
import
XCTest
2
@testable
import
ExamplePlugin
3
4
final
class
ExamplePluginTests
:
XCTestCase
{
5
func
testExample
()
throws
{
6
let
plugin
=
ExamplePlugin
()
7
}
8
}