Files
goyomi/sources/en/toon18/toon18_test.go
T

9 lines
144 B
Go

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