-
Notifications
You must be signed in to change notification settings - Fork 5.6k
ext/node: assert.deepStrictEqual({}, Object.create(null))
should throw
#27565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello, @kt3k Please assign me this one. |
@edilson258 feel free to work on this. We only assign issues to Deno team members. |
There are some tests failing because they expect the old behavior where deno/tests/node_compat/test/parallel/test-sqlite-transactions.js Lines 32 to 43 in ff078dc
All the above assertions now fails because I think that setting deno/tests/node_compat/test/parallel/test-sqlite-transactions.js Lines 44 to 47 in ff078dc
There are lots of assertions in the code base that rely on that old behavior, this patch will touch lots of files in the source tree. Is that proposed change acceptable? |
@edilson258 Thanks for working on The test files under |
True, but the issue isn't limited to |
The following script throws in Node, but not in Deno:
The text was updated successfully, but these errors were encountered: