Files
goyomi/sources/en/manhwacomics/manhwacomics_test.go
T

9 lines
156 B
Go

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