1
0
mirror of https://github.com/danog/gojekyll.git synced 2025-01-23 00:01:14 +01:00
gojekyll/renderers/pipeline_test.go

12 lines
145 B
Go
Raw Normal View History

2017-08-18 11:07:01 -04:00
package renderers
2017-06-24 14:00:19 -04:00
import (
"testing"
"github.com/stretchr/testify/require"
)
func TestIsMarkdown(t *testing.T) {
require.False(t, false)
}