Skip to content

Commit

Permalink
chore(bcd): remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Nov 27, 2024
1 parent a68b795 commit 1790afa
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions crates/rari-deps/src/bcd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,3 @@ pub fn extract_spec_urls(package_path: &Path) -> Result<(), DepsError> {
fs::write(spec_urls_out_path, serde_json::to_string(&map)?)?;
Ok(())
}

#[cfg(test)]
mod test {
use super::*;

#[test]
fn test_extract_spec_urls() -> Result<(), DepsError> {
extract_spec_urls(Path::new(
"/Users/fiji/Library/Application Support/rari/@mdn/browser-compat-data/",
))?;
Ok(())
}
}

0 comments on commit 1790afa

Please sign in to comment.