libs_test.rs 87 B

123456
  1. use standard;
  2. #[tokio::test]
  3. async fn test_import() {
  4. standard::test_standard();
  5. }