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

20 lines
332 B
Plaintext
Raw Normal View History

2022-10-28 10:23:05 +00:00
---
source: tests/parsing.rs
expression: config
---
Config {
general: General {
directory: "hooks",
},
2022-10-28 12:09:17 +00:00
pre_commit: [
PreCommit {
name: None,
on_failure: Stop,
task: Task {
command: None,
script: None,
},
},
],
2022-10-28 10:23:05 +00:00
}