1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-04 15:43:15 +02:00

Clear filters so the page after tests shows all rows

This commit is contained in:
Maciej Sitarz 2017-12-07 10:16:21 +01:00
parent dfa93b378b
commit fc089f1b73

View file

@ -225,6 +225,7 @@
module('Tear-down');
test('can destroy TableFilter DOM elements', function() {
tf.clearFilters();
tf.destroy();
deepEqual(tf.isInitialized(), false, 'Filters removed');
});