9 lines
150 B
Go
9 lines
150 B
Go
package handler
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"git.juancwu.dev/juancwu/budgit/internal/testutil"
|
|
)
|
|
|
|
func TestMain(m *testing.M) { testutil.PostgresMain(m) }
|