Skip to content

Commit

Permalink
comment out snapshot generator
Browse files Browse the repository at this point in the history
  • Loading branch information
alshdavid committed Jun 13, 2024
1 parent 847fb9b commit 22763c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use super::snapshot::generate_project_snapshot;
use super::utils::FIXTURES;

// Uncomment this and run it to update snapshots
#[test]
// #[test]
fn _test_update_snapshots() {
for dir in std::fs::read_dir(&*FIXTURES).unwrap() {
let project_root = dir.unwrap().path();
Expand Down

0 comments on commit 22763c5

Please sign in to comment.