trun (118B)
1 # -*- mode: snippet -*- 2 # name: runtest 3 # key: rt 4 # contributor : @mjf 5 # -- 6 t.Run("$1", func(t *testing.T) { 7 $0 8 })