mirror of
https://github.com/mudler/LocalAI.git
synced 2025-04-26 22:09:49 +00:00
This PR changes entirely the UI look and feeling. It updates all sections and makes it also mobile-ready. Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
14 lines
208 B
Go
14 lines
208 B
Go
package templates_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
. "github.com/onsi/ginkgo/v2"
|
|
. "github.com/onsi/gomega"
|
|
)
|
|
|
|
func TestTemplates(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "Templates test suite")
|
|
}
|