✨ Add JSON formatter
This commit is contained in:
parent
d1b3604e1e
commit
4c0edcd1a5
4 changed files with 132 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue