Files
goyomi/sources/en/manhwareads/manhwareads_test.go
T

10 lines
156 B
Go

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