10 lines
163 B
Go
10 lines
163 B
Go
package playmatehunter
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"goyomi/internal/sourcetest"
|
|
)
|
|
|
|
func TestSource(t *testing.T) { sourcetest.Run(t, New(), "Playmate Hunter", "all") }
|