1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-23 08:42:18 +02:00

Fixed test-api.js indentation

This commit is contained in:
Max Guglielmi 2016-10-31 22:27:45 +11:00
parent 0b72eb55b0
commit 85c62a7bff

View file

@ -28,8 +28,10 @@ test('TableFilter object', function() {
deepEqual(tf.getLastRowIndex(), 8, 'Last row index');
deepEqual(
tf.getHeadersText(),
['From','Destination','Road Distance (km)', 'By Air (hrs)',
'By Rail (hrs)'],
[
'From','Destination','Road Distance (km)', 'By Air (hrs)',
'By Rail (hrs)'
],
'Headers text');
deepEqual(
tf.getCellData(tf.getHeaderElement(1)),
@ -524,8 +526,10 @@ function colsVisibilityTests() { // issue 94
deepEqual(
tf1.getHeadersText(false),
['From','Destination','Road Distance (km)', 'By Air (hrs)',
'By Rail (hrs)'],
[
'From','Destination','Road Distance (km)', 'By Air (hrs)',
'By Rail (hrs)'
],
'Headers text'
);