import XCTest
@testable import CapacitorShareTargetPlugin

class CapacitorShareTargetPluginTests: XCTestCase {
    func testExample() {
        // This is an example of a functional test case.
        XCTAssertTrue(true)
    }
}
