()
| 19 | } |
| 20 | |
| 21 | fn frontmatter() -> Map<String, Value> { |
| 22 | json!({ |
| 23 | "id": "WORD-5", |
| 24 | "title": "Add name prompt modal", |
| 25 | "status": "todo", |
| 26 | "priority": "medium", |
| 27 | "view": "proud-moon-a08a" |
| 28 | }) |
| 29 | .as_object() |
| 30 | .unwrap() |
| 31 | .clone() |
| 32 | } |
| 33 | |
| 34 | const BODY: &str = "\ |
| 35 | :::why{} |
no test coverage detected