Skip to content

Commit 39f817b

Browse files
committed
test locking issue 6483
1 parent a41c05d commit 39f817b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/jasmine/bundle_tests/minified_bundle_test.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@ describe('Test plotly.min.js', function() {
2525
Plotly.newPlot(gd, mockSpec[1]).catch(fail).then(done);
2626
}, LONG_TIMEOUT_INTERVAL);
2727
});
28+
29+
it('should not expose d3', function() {
30+
expect(window.d3).not.toBeDefined();
31+
});
2832
});

0 commit comments

Comments
 (0)