navidrome/plugins/plugins_suite_test.go
Deluan b3ec005fa2 feat(plugins): implement new plugin system with using Extism
Signed-off-by: Deluan <deluan@navidrome.org>
2025-12-31 17:06:28 -05:00

14 lines
192 B
Go

package plugins
import (
"testing"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
func TestPlugins(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Plugins Suite")
}