feat(nvim): add snippet to create a Pest test

This commit is contained in:
Oliver Davies 2023-05-11 13:55:56 +01:00
parent f915867db1
commit d5428bbc0c

View file

@ -73,6 +73,8 @@ local M = {
{ c(1, { t "public", t "protected", t "private" }), i(2), i(3), i(4), i(5), i(0) }
),
pest = fmta("<>('<>', function() {\n <>\n});", { c(1, { t "it", t "test" }), i(2), i(0) }),
test = fmta(
[[
/** @test */