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

21 lines
346 B
Plaintext

---
source: hooked-config/tests/serialize.rs
expression: to_string_pretty(&config).unwrap()
---
[general]
config = 'Hooked.toml'
directory = 'hooks'
[[pre_commit]]
git_staged = ['*.txt']
name = 'Command Test'
on_failure = 'continue'
command = 'exit 0'
[[pre_commit]]
git_staged = []
name = 'Script Test'
on_failure = 'stop'
script = 'test.sh'