0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-07-01 22:22:10 +02:00
gitea/routers/web/projects/main_test.go
Lunny Xiao 71cb6e0f19
update
2026-05-16 13:43:45 -07:00

15 lines
226 B
Go

// Copyright 2026 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT
package projects
import (
"testing"
"code.gitea.io/gitea/models/unittest"
)
func TestMain(m *testing.M) {
unittest.MainTest(m)
}