Object.observe icon indicating copy to clipboard operation
Object.observe copied to clipboard

Test's need to be cleaned up

Open jdarling opened this issue 10 years ago • 1 comments

Due to how Object.observe is implemented the current test suite fails on any browser that does not have a native implementation of Object.observe. All tests need to give Object.observe opportunity to see the changes come into effect.

jdarling avatar Sep 10 '14 02:09 jdarling

Tests for Array, Object, and Observable are now in place. Tests are segmented on functionality (do Array's work, do Object's work, etc) and named as tests..js so they group well in file trees and listings.

jdarling avatar Sep 10 '14 18:09 jdarling