test: add weighted taste profile and search query tests
This commit is contained in:
9
templates/renderer_test.go
Normal file
9
templates/renderer_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package templates
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestProvideRendererParsesTemplates(t *testing.T) {
|
||||
if _, err := ProvideRenderer(); err != nil {
|
||||
t.Fatalf("parse templates: %v", err)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user