Add JSON formatter

This commit is contained in:
Dan Jones 2024-03-10 11:33:51 -05:00
commit 4c0edcd1a5
4 changed files with 132 additions and 1 deletions

View file

@ -10,7 +10,7 @@ import (
)
func TestKinds(t *testing.T) {
assert.Equal(t, []string{"plain"}, Kinds())
assert.ElementsMatch(t, []string{"plain", "json"}, Kinds())
}
func TestNewUnsupported(t *testing.T) {