Skip to content

Commit a3a0a4f

Browse files
committed
🔪 fit
1 parent 052417b commit a3a0a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/hover_label_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ describe('hover info', function() {
544544
Plotly.plot(gd, data, layout).then(done);
545545
});
546546

547-
fit('should emit events only if the event looks user-driven', function(done) {
547+
it('should emit events only if the event looks user-driven', function(done) {
548548
var hoverHandler = jasmine.createSpy();
549549
gd.on('plotly_hover', hoverHandler);
550550

0 commit comments

Comments
 (0)