MCPcopy Create free account
hub / github.com/csskit/csskit / test_changed_flag_accuracy

Function test_changed_flag_accuracy

crates/csskit_transform/src/css_minifier.rs:77–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75
76 #[test]
77 fn test_changed_flag_accuracy() {
78 let input = "body { width: 10px; }";
79 let (_, changed) = minify(input, CssMinifierFeature::all_bits());
80 assert!(!changed, "Should report no changes when no optimizations apply");
81 }
82}

Callers

nothing calls this directly

Calls 1

minifyFunction · 0.70

Tested by

no test coverage detected