macro_rules! test_with_env {
($test_name:ident, $jwt_secret:expr, $body:block) => { ... };
}
Expand description
Macros for simplified test environment setup
macro_rules! test_with_env {
($test_name:ident, $jwt_secret:expr, $body:block) => { ... };
}
Macros for simplified test environment setup