1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2026-03-18 00:19:50 +01:00
TableFilter/test/test-alternate-rows.js
2015-05-15 20:37:27 +10:00

11 lines
274 B
JavaScript

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