Skip to content

Commit

Permalink
Coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Aug 18, 2023
1 parent ef18693 commit 7eaa4e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -1273,6 +1273,7 @@ describe('JZZ.Widget2', function() {
var port1 = JZZ.Widget2();
var port2 = JZZ.Widget2();
port1.connect(port2);
port2.connect(port1);
port2.connect(function(msg) { sample.compare(msg); });
port1.noop();
});
Expand Down

0 comments on commit 7eaa4e4

Please sign in to comment.