Function: toEqualLuaTables()
ts
function toEqualLuaTables(received: LuaTable<string | number>, actual: LuaTable<string | number>): ExpectationResult;Compare two Lua tables for loose equality.
Parameters
| Parameter | Type | Description |
|---|---|---|
received | LuaTable<string | number> | Received table. |
actual | LuaTable<string | number> | Expected table. |
Returns
ExpectationResult
Jest matcher result.