10 lines
162 B
Go
10 lines
162 B
Go
package mangaonlinefun
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"goyomi/internal/sourcetest"
|
|
)
|
|
|
|
func TestSource(t *testing.T) { sourcetest.Run(t, New(), "MangaOnline.fun", "en") }
|