Files
goyomi/sources/en/mangatoday/mangatoday_test.go
T

10 lines
153 B
Go

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