Files
goyomi/sources/en/crowscans/crowscans_test.go
T

10 lines
152 B
Go

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