Files
goyomi/sources/en/monochromescans/monochromescans_test.go
T

10 lines
164 B
Go

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