From ee8b2a0b5811c13a9c05adb6ea8fcfaa8e5ca0bc Mon Sep 17 00:00:00 2001 From: Steve-Mcl Date: Sat, 17 Jun 2023 22:03:59 +0100 Subject: [PATCH] Delete stray it.only --- test/unit/@node-red/runtime/lib/flows/Flow_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/@node-red/runtime/lib/flows/Flow_spec.js b/test/unit/@node-red/runtime/lib/flows/Flow_spec.js index 6d53747ef..c376f839a 100644 --- a/test/unit/@node-red/runtime/lib/flows/Flow_spec.js +++ b/test/unit/@node-red/runtime/lib/flows/Flow_spec.js @@ -686,7 +686,7 @@ describe('Flow', function() { },50); }); - it.only("passes a status event to the group scoped status node",function(done) { + it("passes a status event to the group scoped status node",function(done) { var config = flowUtils.parseConfig([ {id:"t1",type:"tab"}, {id: "g1", type: "group", g: "g3" },