Files
goyomi/sources/en/manga18x/manga18x_test.go
T

10 lines
150 B
Go

package manga18x
import (
"testing"
"goyomi/internal/sourcetest"
)
func TestSource(t *testing.T) { sourcetest.Run(t, New(), "Manga 18x", "en") }