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