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

21 lines
377 B
Plaintext
Raw Normal View History

2022-10-28 10:23:05 +00:00
---
2022-11-01 12:38:52 +00:00
source: hooked-config/tests/parsing.rs
2022-10-28 10:23:05 +00:00
expression: config
---
Config {
general: General {
2022-11-01 12:38:52 +00:00
config: "Hooked.toml",
2022-10-28 10:23:05 +00:00
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
}