feat(gs/emacs): Add a proptest snippet

Change-Id: If1e0a206a19101928375cec230629de066f9326e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2429
Reviewed-by: glittershark <grfn@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Griffin Smith 2021-01-19 10:53:35 -05:00 committed by glittershark
parent 31fcf6dfe4
commit 4856643282

View file

@ -0,0 +1,10 @@
# -*- mode: snippet -*-
# name: proptest
# uuid:
# key: proptest
# condition: t
# --
#[proptest]
fn ${1:test_name}($2) {
`%`$0
}