We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41c05d commit 39f817bCopy full SHA for 39f817b
test/jasmine/bundle_tests/minified_bundle_test.js
@@ -25,4 +25,8 @@ describe('Test plotly.min.js', function() {
25
Plotly.newPlot(gd, mockSpec[1]).catch(fail).then(done);
26
}, LONG_TIMEOUT_INTERVAL);
27
});
28
+
29
+ it('should not expose d3', function() {
30
+ expect(window.d3).not.toBeDefined();
31
+ });
32
0 commit comments