Skip to content

Commit

Permalink
test: re-enable timelist suite
Browse files Browse the repository at this point in the history
  • Loading branch information
ozyx committed Aug 29, 2023
1 parent 46a90e9 commit c9e2ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/timelist/pluginSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const LIST_ITEM_CLASS = '.js-table__body .js-list-item';
const LIST_ITEM_VALUE_CLASS = '.js-list-item__value';
const LIST_ITEM_BODY_CLASS = '.js-table__body th';

xdescribe('the plugin', function () {
describe('the plugin', function () {
let timelistDefinition;
let element;
let child;
Expand Down

0 comments on commit c9e2ff8

Please sign in to comment.