1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-26 19:14:40 +01:00
gojekyll/renderers/pipeline_test.go
2017-08-18 11:07:01 -04:00

12 lines
145 B
Go

package renderers
import (
"testing"
"github.com/stretchr/testify/require"
)
func TestIsMarkdown(t *testing.T) {
require.False(t, false)
}