Files
goyomi/sources/en/necroscans/necroscans_test.go
T

10 lines
154 B
Go

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