Files
new-api/modules/git/languagestats/main_test.go
T
2026-05-30 22:47:36 +08:00

15 lines
215 B
Go

// Copyright 2025 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT
package languagestats
import (
"testing"
"gitea.dev/modules/git"
)
func TestMain(m *testing.M) {
git.RunGitTests(m)
}