mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Delete stray it.only
This commit is contained in:
parent
8202f1b7c6
commit
ee8b2a0b58
@ -686,7 +686,7 @@ describe('Flow', function() {
|
|||||||
},50);
|
},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([
|
var config = flowUtils.parseConfig([
|
||||||
{id:"t1",type:"tab"},
|
{id:"t1",type:"tab"},
|
||||||
{id: "g1", type: "group", g: "g3" },
|
{id: "g1", type: "group", g: "g3" },
|
||||||
|
Loading…
Reference in New Issue
Block a user