import XCTest
import Capacitor
@testable import CapgoNativeBiometricPlugin

class CapgoNativeBiometricPluginTests: XCTestCase {

    func testExample() {
        // This is an example of a functional test case for a plugin.
        // Use XCTAssert and related functions to verify your tests produce the correct results.

        XCTAssert(true, "Plugin tests need to be implemented")
    }
}
