Skip to content

Commit 9079632

Browse files
committed
Add a couple more purge tests
1 parent 1b497e3 commit 9079632

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/jasmine/tests/plots_test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,8 @@ describe('Test Plots', function() {
331331
expect(gd.numboxes).toBeUndefined();
332332
expect(gd._hoverTimer).toBeUndefined();
333333
expect(gd._lastHoverTime).toBeUndefined();
334+
expect(gd._transitionData).toBeUndefined();
335+
expect(gd._transitioning).toBeUndefined();
334336
});
335337
});
336338
});

0 commit comments

Comments
 (0)