1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-27 04:35:15 +01:00
gojekyll/pipelines/pipeline_test.go
2017-06-24 14:00:19 -04:00

12 lines
145 B
Go

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