tvl-depot/users/grfn/emacs.d/snippets/haskell-mode/test-group
Griffin Smith e154ade9ac feat(gs/emacs): Add haskell test-group snippet
For tasty testGroups

Change-Id: I855ceed68e575eec48f236608015f8d40416e332
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3209
Reviewed-by: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
2021-06-14 13:04:26 +00:00

9 lines
No EOL
116 B
Text

# -*- mode: snippet -*-
# name: test-group
# uuid:
# key: testGroup
# condition: t
# --
testGroup "${1:name}"
[ $0
]