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
The root issue in the use case in dnt seems resolved by adding NODE_OPTIONS='--disable-proto=delete' in dnt execution (which removes __proto__ in Node.js and make Deno test cases work similarly in Node.js). ref: KnorpelSenf/oson@0fe5862
I think we can recommend the above as the solution to this problem.
We might have a readonly
__proto__
property in Deno (denoland/deno#16775) and it seems likeassertEquals
does not handle it.See here for more details: denoland/dnt#235
The text was updated successfully, but these errors were encountered: