import XCTest
@testable import CapacitorFilePlugin

final class CapacitorFilePluginTests: XCTestCase {
    func testExample() throws {
        // Basic test
        XCTAssertTrue(true)
    }
}
