Files
goyomi/sources/en/gakamangas/gakamangas_test.go
T

10 lines
153 B
Go

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