Skip to content

Commit

Permalink
feat: add Substrate Node Runner to blueprint-test-utils (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
shekohex authored Nov 8, 2024
1 parent 1494dfa commit 5b72d38
Show file tree
Hide file tree
Showing 3 changed files with 388 additions and 1 deletion.
2 changes: 1 addition & 1 deletion blueprint-test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "blueprint-test-utils"
version = "0.1.1"
edition = "2021"
description = "Tangle Blueprint test utils"
publish = false
publish = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
1 change: 1 addition & 0 deletions blueprint-test-utils/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ pub type OutputValue = runtime_types::tangle_primitives::services::field::Field<
pub mod anvil;
pub mod helpers;
pub mod sync;
pub mod tangle;
pub mod test_ext;

#[cfg(feature = "eigenlayer_test")]
Expand Down
Loading

0 comments on commit 5b72d38

Please sign in to comment.