Files
goyomi/sources/en/mangahereonl/mangahereonl_test.go
T

10 lines
158 B
Go

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