1 2 3 4 5 6
use crate::interface::config::Config; #[test] fn test_config_example() { assert!(Config::example().is_ok()); }