app_test.go 158 Bytes
package system

import (
	"testing"

	"github.com/cortezaproject/corteza-server/pkg/app"
)

func TestConfigure(t *testing.T) {
	var _ app.Runnable = &App{}
}