expandtest.rs 107 B

1234
  1. #[test]
  2. fn expandtest() {
  3. macrotest::expand_args("tests/expand/*.rs", ["--features", "tsify/json"]);
  4. }