Skip to content
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

allEqual.test.js should test for arrays with different type items such as [1, '1', true] #804

Closed
itchylol742 opened this issue Oct 4, 2018 · 1 comment · Fixed by #805

Comments

@itchylol742
Copy link
Contributor

Bug description

allEqual.test.js should test for arrays with different type items such as [1, '1', true], but it doesn't. I can fix this issue by adding a test for different types.

Steps to reproduce

allEqual.test.js only has tests for same type, like [4, 3.999, 4]

Expected behavior

It should test for different types in the same array

Screenshots

N/A

Environment

N/A

@lock
Copy link

lock bot commented Dec 18, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for any follow-up tasks.

@lock lock bot locked as resolved and limited conversation to collaborators Dec 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant