aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/html/pages/stats_test.go
blob: 141651188711384e7f28487d0ef05b57190a47f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2024 syzkaller project authors. All rights reserved.
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.

package pages

import (
	"testing"
)

func TestStatsHTML(t *testing.T) {
	if _, err := StatsHTML(); err != nil {
		t.Fatal(err)
	}
}