fix: add lib-core.panel to test manifest deps

The test init.lua requires lib-core.panel directly; the engine resolver
enforces explicit dependency declaration and does not traverse transitive
deps from inventory-list-display.
This commit is contained in:
Calic
2026-06-13 23:24:21 +02:00
parent 4e63c288e6
commit 58b6cc03d5
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,6 @@
-- overrides, and content ordering.
-- Pattern follows P.2.4 Test-Module-Pattern; TAP output via engine.test.*
local panel = require("lib-core.panel")
local composition = require("lib-core.composition")
local inventory = require("lib-core.inventory-list")
local display = require("lib-core.inventory-list-display")