hooked/hooked-config/tests/snapshots/parsing__defaults.snap

20 lines
332 B
Plaintext

---
source: tests/parsing.rs
expression: config
---
Config {
general: General {
directory: "hooks",
},
pre_commit: [
PreCommit {
name: None,
on_failure: Stop,
task: Task {
command: None,
script: None,
},
},
],
}