We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Equality assertion in testing is wrongly true, when comparing a Set with another type of object.
To Reproduce
In REPL:
> const {equal} = await import("./testing/asserts.ts"); > equal(new Set([1]), {}); true
System
Tested on [email protected], [email protected] and [email protected].
deno 1.12.0 (release, x86_64-unknown-linux-gnu) v8 9.2.230.14 typescript 4.3.2
The text was updated successfully, but these errors were encountered:
Should be fixed by #1000
Sorry, something went wrong.
FYI, #1000 is now merged.
I confirm that it fixes this issue too, thanks!
No branches or pull requests
Describe the bug
Equality assertion in testing is wrongly true, when comparing a Set with another type of object.
To Reproduce
In REPL:
System
Tested on [email protected], [email protected] and [email protected].
deno 1.12.0 (release, x86_64-unknown-linux-gnu)
v8 9.2.230.14
typescript 4.3.2
The text was updated successfully, but these errors were encountered: