Strict assertion mode
An alias of deepStrictEqual.
Legacy assertion mode
Stability: 3 - Legacy: Use deepStrictEqual instead.
Tests for deep equality between the actual and expected parameters. Consider using deepStrictEqual instead. deepEqual can have surprising results.
actual
expected
Deep equality means that the enumerable "own" properties of child objects are also recursively evaluated by the following rules.
Optional
Generated using TypeDoc
Strict assertion mode
An alias of deepStrictEqual.
Legacy assertion mode
Tests for deep equality between the
actual
andexpected
parameters. Consider using deepStrictEqual instead. deepEqual can have surprising results.Deep equality means that the enumerable "own" properties of child objects are also recursively evaluated by the following rules.