[#88,view/refactor][s]: start on state management and serialization with getState function on Explorer.
This commit is contained in:
@@ -23,7 +23,9 @@ test('getState', function () {
|
||||
model: dataset,
|
||||
el: $el
|
||||
});
|
||||
// explorer.getState();
|
||||
var state = explorer.getState();
|
||||
ok(state.queryState);
|
||||
equal(state.queryState.size, 100);
|
||||
$el.remove();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user