1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-03 14:32:21 +02:00
TableFilter/test/test-alternate-rows.js
2015-05-10 21:12:31 +10:00

11 lines
235 B
JavaScript

var tf = new TableFilter('demo', {
alternate_rows: true
});
tf.init();
module('Sanity checks');
test('AlternateRows component', function() {
deepEqual(typeof tf.Cpt.alternateRows, 'object', 'AlternateRows instanciated');
});