#[sui_test]Expand description
The sui_test macro will invoke either #[msim::test] or #[tokio::test],
depending on whether the simulator config var is enabled.
This should be used for tests that can meaningfully run in either environment.
#[sui_test]The sui_test macro will invoke either #[msim::test] or #[tokio::test],
depending on whether the simulator config var is enabled.
This should be used for tests that can meaningfully run in either environment.