Skip to content

Commit 95c3826

Browse files
committed
Lib: Patch test when logging methods changed
1 parent a325f24 commit 95c3826

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/jasmine/bundle_tests/core_test.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ describe('Bundle with core only', function() {
1212
var mock = require('@mocks/bar_line.json');
1313

1414
beforeEach(function(done) {
15-
spyOn(console, 'warn');
16-
1715
Plotly.plot(createGraphDiv(), mock.data, mock.layout).then(done);
1816
});
1917

@@ -30,8 +28,4 @@ describe('Bundle with core only', function() {
3028

3129
expect(nodes.size()).toEqual(0);
3230
});
33-
34-
it('should warn users about unregistered bar trace type', function() {
35-
expect(console.warn).toHaveBeenCalled();
36-
});
3731
});

0 commit comments

Comments
 (0)