use Command;
/// Declares the markdown + frontmatter graphs — the former built-in defaults,
/// now declared explicitly since there are no default graphs. Not every test
/// binary uses it.
pub const DEFAULT_CONFIG: &str = "\
[graphs.markdown]
parser = \"markdown\"
files = [\"**/*.md\"]
[graphs.frontmatter]
parser = \"frontmatter\"
files = [\"**/*.md\"]
";