error-pages/internal/cli/build/command_test.go

10 lines
152 B
Go
Raw Normal View History

2021-09-29 15:38:50 +00:00
package build_test
import "testing"
func TestNothing(t *testing.T) {
t.Parallel()
2021-09-29 15:38:50 +00:00
t.Skip("tests for this package have not been implemented yet")
}