Delete stray it.only

This commit is contained in:
Steve-Mcl 2023-06-17 22:03:59 +01:00
parent 8202f1b7c6
commit ee8b2a0b58
1 changed files with 1 additions and 1 deletions

View File

@ -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" },