Files
goyomi/sources/en/manhuaus/manhuaus_test.go
T
achmad 1651aca667 feat: port 8 Madara sources
Passing (7): manhuanext, manhwa68, manhuaus, shibamanga,
  toonizy, ksgroupscans, mangaclash
Site issue (1): gingertoon — httpcloak fingerprint detected by site,
  returns empty manga list vs FS returns real content
2026-05-14 23:53:00 +07:00

9 lines
148 B
Go

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