Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid extended array directly in tests.
Unfortunately, `class Foo extends Array{}` doesn't work well with older browsers (and would even require changes in our transpilation for production builds for modern ones). The actual test doesn't care if its running on an Array (without the fixes in this PR this modified test still fails the same way).
- Loading branch information