// tests/integration.rs
//// Test di integrazione per itrace.
// Da eseguire con: mise run test
#[test]fnplaceholder_test(){// TODO: aggiungere test di integrazione
// - caricamento config da TOML
// - rendering colonne
// - field non consumati appesi al messaggio
assert!(true);}