mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-21 17:51:36 +03:00
8a1ae2deaf
* wip * add option to use xcode project * configuration * clear env * add change file * remove xcuserdatad * delete xcuserstate
9 lines
168 B
Swift
9 lines
168 B
Swift
import XCTest
|
|
@testable import ExamplePlugin
|
|
|
|
final class ExamplePluginTests: XCTestCase {
|
|
func testExample() throws {
|
|
let plugin = ExamplePlugin()
|
|
}
|
|
}
|