feat: complete 2.0.7.12 platform overhaul
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
//go:build embed_web
|
||||
|
||||
package adminassets
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestEmbeddedProductionBuildIsComplete(t *testing.T) {
|
||||
status := New(ModeEmbedded, "", "dev").Diagnostics()
|
||||
if !status.Ready {
|
||||
t.Fatalf("embedded admin build is incomplete: %#v", status)
|
||||
}
|
||||
if status.ManifestEntries == 0 {
|
||||
t.Fatalf("embedded admin manifest is empty: %#v", status)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user