Open
Description
I'm not happy with the coverage we have for Array#reverse
. I would like to "refactor" the current tests to assert all the observable parts in the spec, including the set/get/delete operations and the order they are operated.
The motivation comes from #290 where it was observed the method was inconsistent within implementations. It does not seem to be inconsistent anymore, but it's worth checking with a proper coverage.
The TypedArray#reverse tests is a good start.