GriddleGriddle / griddle-core

Core grid logic for Griddle
5 stars 9 forks source link

Add test to verify sort upon loading data #55

Open ryanlanciaux opened 8 years ago

ryanlanciaux commented 8 years ago

This is currently added to position (in a not super clean way) but it belongs here instead.

Add a test to verify that invoking GRIDDLE_LOADED_DATA when a sort is set returns the data sorted.

ryanlanciaux commented 8 years ago

This has been added as part of https://github.com/GriddleGriddle/griddle-core/commit/7de9e28798dc4e501d4726603d5c8935ff8c84b1 but it needs tests.