aboutsummaryrefslogtreecommitdiffstats
path: root/oni-bats/snippets/bats-mode/test
blob: 8a2f028ae76001b33fb51fee935fc68dc3b7b941 (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: test
# key: test
# --
@test "$1" {
    $0
}