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
* working store and restore for map settings
* first start at storing initial state of map interaction
* Fix function names for store and restore map config, remove argument
* Ensure that the store only checks if the map context is available. Included comments.
* Revert "Ensure that the store only checks if the map context is available. Included comments."
This reverts commit 816aef3.
* Check for undefined variables, rather than false.
* Ensure that the map and context are valid before checking values.
* Remove call count checks. These aren't valid.
* This call doesn't exist, so this is a bug fix.
* Handle setting up mocks to better replicate the MapBoxGL object for testing.
* Include store functions in list for test.
* add another check for store being in context
* Handle constants differently.
* Fix bugs in store functions around setting and getting interactions
* Fix an issue with the store's map not being passed in properly.
* Mock the interactions better.
* Add a set of tests for the three store/restore/check interaction functions.
* update yarn.lock
* try a different object iterator to fix travis build issue
0 commit comments