Skip to content

Commit

Permalink
Merge pull request #191 from tristen/fix-tests
Browse files Browse the repository at this point in the history
Fix the build by fixing the (most recent) tests
  • Loading branch information
tripu committed Jun 2, 2020
2 parents 7f72a98 + a94e97a commit 787fcca
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/sorts/tablesort.date.min.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* tablesort v5.1.0 (2020-01-22)
* tablesort v5.2.0 (2020-06-02)
* http://tristen.ca/tablesort/demo/
* Copyright (c) 2020 ; Licensed MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/sorts/tablesort.dotsep.min.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* tablesort v5.1.0 (2020-01-22)
* tablesort v5.2.0 (2020-06-02)
* http://tristen.ca/tablesort/demo/
* Copyright (c) 2020 ; Licensed MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/sorts/tablesort.filesize.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/sorts/tablesort.monthname.min.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* tablesort v5.1.0 (2020-01-22)
* tablesort v5.2.0 (2020-06-02)
* http://tristen.ca/tablesort/demo/
* Copyright (c) 2020 ; Licensed MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/sorts/tablesort.number.min.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* tablesort v5.1.0 (2020-01-22)
* tablesort v5.2.0 (2020-06-02)
* http://tristen.ca/tablesort/demo/
* Copyright (c) 2020 ; Licensed MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/tablesort.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions test/spec/tablesort.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,5 @@ tape('sorts with column keys', function(t) {
t.equal(tableSortColumnKeys.rows[1].cells[1].innerHTML, '1', 'was 1');
t.equal(tableSortColumnKeys.rows[2].cells[1].innerHTML, '2', 'was 2');
t.equal(tableSortColumnKeys.rows[3].cells[1].innerHTML, '3', 'was 3');
t.end();
})

0 comments on commit 787fcca

Please sign in to comment.