We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
staged_ledger.rs
1 parent 57a1090 commit a5be7f1Copy full SHA for a5be7f1
ledger/src/staged_ledger/staged_ledger.rs
@@ -1994,6 +1994,9 @@ impl StagedLedger {
1994
1995
#[cfg(test)]
1996
mod tests_ocaml {
1997
+ #[cfg(target_family = "wasm")]
1998
+ use wasm_bindgen_test::wasm_bindgen_test as test;
1999
+
2000
use std::{
2001
collections::{BTreeSet, HashMap},
2002
panic::AssertUnwindSafe,
@@ -5845,6 +5848,9 @@ mod tests_ocaml {
5845
5848
5846
5849
5847
5850
mod tests {
5851
5852
5853
5854
use std::{collections::BTreeMap, fs::File};
5855
5856
use mina_hasher::Fp;
0 commit comments