Refactor tests (#231)

This commit is contained in:
Mike Voronov
2022-03-10 16:06:43 +03:00
committed by GitHub
parent 914ad74516
commit b29883e990
72 changed files with 1404 additions and 1331 deletions

View File

@ -42,6 +42,9 @@ pub mod prelude {
pub use air::interpreter_data::*;
pub use avm_server::*;
pub use fstrings::f;
pub use fstrings::format_args_f;
pub use serde_json::json;
}