Skip to content

Commit a974535

Browse files
alexshoeemilykl
andauthored
Update test/jasmine/tests/hover_click_anywhere_test.js
Co-authored-by: Emily KL <4672118+emilykl@users.noreply.github.com>
1 parent ed0a5a8 commit a974535

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/jasmine/tests/hover_click_anywhere_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ describe('hoveranywhere', function() {
5959
.then(done, done.fail);
6060
});
6161

62-
it('does not fire on empty space by default', function(done) {
62+
it('does not emit plotly_hover event on empty space when hoveranywhere is false', function(done) {
6363
var hoverData;
6464

6565
makePlot(gd).then(function() {

0 commit comments

Comments
 (0)