test(connect): remove duplicate wasm_bindgen_test attr to fix symbol duplication

This commit is contained in:
Your Name 2025-08-26 07:05:57 +02:00
parent 0f2ac94357
commit d4fe243e32

View File

@ -17,7 +17,6 @@ use utils::*;
wasm_bindgen_test_configure!(run_in_browser); wasm_bindgen_test_configure!(run_in_browser);
#[wasm_bindgen_test]
/// Tests the connection process between two devices, Alice and Bob, by executing a secure /// Tests the connection process between two devices, Alice and Bob, by executing a secure
/// transaction to establish a shared secret for encrypted communication. /// transaction to establish a shared secret for encrypted communication.
/// ///