Files
goyomi/sources/en/manhwalover/manhwalover_test.go
T

10 lines
155 B
Go

package manhwalover
import (
"testing"
"goyomi/internal/sourcetest"
)
func TestSource(t *testing.T) { sourcetest.Run(t, New(), "Manhwalover", "en") }