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:
1
init.lua
1
init.lua
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user