Skip to content

Commit

Permalink
Merge pull request #940 from rainlanguage/2024-10-09-unit-testing
Browse files Browse the repository at this point in the history
Implementing rainlang unit testing
  • Loading branch information
thedavidmeister authored Oct 23, 2024
2 parents 7ba0fa8 + 5aede3d commit 953150f
Show file tree
Hide file tree
Showing 6 changed files with 564 additions and 1 deletion.
2 changes: 2 additions & 0 deletions crates/common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ pub mod replays;
pub mod subgraph;
pub mod transaction;
pub mod types;
#[cfg(not(target_family = "wasm"))]
pub mod unit_tests;
pub mod utils;
pub mod withdraw;

Expand Down
Loading

0 comments on commit 953150f

Please sign in to comment.