Skip to content

Commit 1da7796

Browse files
committed
Add selected points test
1 parent 53c548f commit 1da7796

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/jasmine/tests/gl2d_plot_interact_test.js

+4
Original file line numberDiff line numberDiff line change
@@ -670,4 +670,8 @@ describe('Test gl2d plots', function() {
670670
.catch(fail)
671671
.then(done);
672672
});
673+
674+
fit('should update selected points', function(done) {
675+
// #2298
676+
});
673677
});

0 commit comments

Comments
 (0)