1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-30 08:08:59 +01:00
gojekyll/renderers/pipeline_test.go

12 lines
145 B
Go
Raw Permalink Normal View History

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