You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: