import XCTest @testable import SharePlugin final class SharePluginTests: XCTestCase { func testShare() throws { let plugin = SharePlugin() } }