10 lines
152 B
Go
10 lines
152 B
Go
package baektoons
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"goyomi/internal/sourcetest"
|
|
)
|
|
|
|
func TestSource(t *testing.T) { sourcetest.Run(t, New(), "Baek Toons", "en") }
|