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 a325f24 commit 95c3826Copy full SHA for 95c3826
test/jasmine/bundle_tests/core_test.js
@@ -12,8 +12,6 @@ describe('Bundle with core only', function() {
12
var mock = require('@mocks/bar_line.json');
13
14
beforeEach(function(done) {
15
- spyOn(console, 'warn');
16
-
17
Plotly.plot(createGraphDiv(), mock.data, mock.layout).then(done);
18
});
19
@@ -30,8 +28,4 @@ describe('Bundle with core only', function() {
30
28
31
29
expect(nodes.size()).toEqual(0);
32
33
34
- it('should warn users about unregistered bar trace type', function() {
35
- expect(console.warn).toHaveBeenCalled();
36
- });
37
0 commit comments