mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 15:14:33 +00:00
![]() This commit improves the handling of objects with faked prototypes in `deepStrictEqual`. This enables `parallel/test-assert-checktag.js` - `Date` objects are checked by `core.isDate` - In object comparison, now it checks `obj.toString()` output (The difference of `Symbol.toStringTag` is now detected). - Stoped using std's assertion error message for `deepStrictEqual`, but started using Node.js version of diff string. Now the diff expression is more compatible with Node. |
||
---|---|---|
.. | ||
_util_callbackify.js | ||
asserts.ts | ||
async.ts | ||
os.ts | ||
std_asserts.ts | ||
std_fmt_colors.ts | ||
std_testing_diff.ts |