aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/helper/stub_test.go
blob: c662d0594771361a993f0857934d881e43f8f080 (plain)
1
2
3
4
5
6
7
8
9
10
package helper_test

import (
	"os"
	"testing"

	"hakurei.app/internal/helper"
)

func TestMain(m *testing.M) { helper.InternalHelperStub(); os.Exit(m.Run()) }