From 875739e84b51574ef0b214ddd4f402a620cce58c Mon Sep 17 00:00:00 2001 From: marcmaro Date: Thu, 23 Jan 2025 15:44:56 +0100 Subject: [PATCH] Revert "skipped unittest 'ctrlx-datalayer-subscribe: Error Handling'" This reverts commit e6444085692726643ae54dc79f39b31996862243. --- test/ctrlx-datalayer-subscribe.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ctrlx-datalayer-subscribe.test.js b/test/ctrlx-datalayer-subscribe.test.js index f8da11a..3e04739 100644 --- a/test/ctrlx-datalayer-subscribe.test.js +++ b/test/ctrlx-datalayer-subscribe.test.js @@ -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"},