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