Skip to content

Commit

Permalink
Update test.index.js (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszobara02 committed Mar 27, 2020
1 parent 7f905cd commit 2e69a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.index.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ test('API: highlight cell by add special CSS class', (assert) => {
assert.true($cell.classList.contains('cookie'));
});

test('API: remove highlighted cells', (assert) => {
test('API: clear highlighted cells', (assert) => {
const d = new SimpleDataTable($target, {
defaultColumnNumber: 5,
defaultHighlightedCellClass: 'cookie'
Expand Down

0 comments on commit 2e69a0e

Please sign in to comment.