1#[cfg(test)] 2mod test { 3 use graph_api_test::test_suite; 4 5 test_suite!(petgraph::stable_graph::StableGraph::new()); 6}