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