You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: Relative import path "assert" not prefixed with / or ./ or ../
hint: If you want to use a built-in Node module, add a "node:" prefix (ex. "node:assert").
at file:///storage/git/fast-equals/benchmark/index.js:3:58
@Nevro I created #140 from the post above, and fixed it with #141 .
In the future, rather than piggybacking on a closed issue, please create a new issue. I know both relate to usage of assert in benchmarks, but the problems related to assert were completely unrelated, and by having dedicated issue tracking it helps with visibility and resolution mapping.
If values are equal
assert.deepStrictEqual
return isundefined
witch is converted tofalsy
return.The text was updated successfully, but these errors were encountered: