Skip to content

Commit

Permalink
Revert "skipped unittest 'ctrlx-datalayer-subscribe: Error Handling'"
Browse files Browse the repository at this point in the history
This reverts commit e644408.
  • Loading branch information
marcmaro committed Jan 23, 2025
1 parent e644408 commit 875739e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ctrlx-datalayer-subscribe.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ describe('ctrlx-datalayer-subscribe', function () {
});

describe('ctrlx-datalayer-subscribe: Error Handling', function () {
xit('should handle invalid send json messages', function (done) {
it('should handle invalid send json messages', function (done) {

let flow = [
{ "id": "f1", "type": "tab", "label": "Test flow"},
Expand Down

0 comments on commit 875739e

Please sign in to comment.