Update tests

This commit is contained in:
Insality
2025-04-17 19:18:40 +03:00
parent d1d54896fb
commit 0d0581b108
25 changed files with 1672 additions and 320 deletions

View File

@@ -162,7 +162,7 @@ function M:get_index(data)
end
---Return all currenly created nodes in DataList
---Return all currently created nodes in DataList
---@return node[] List of created nodes
function M:get_created_nodes()
local nodes = {}
@@ -175,7 +175,7 @@ function M:get_created_nodes()
end
---Return all currenly created components in DataList
---Return all currently created components in DataList
---@return druid.component[] components List of created components
function M:get_created_components()
local components = {}