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