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 99a2015 commit 6fdf559Copy full SHA for 6fdf559
test/jasmine/tests/box_test.js
@@ -26,7 +26,7 @@ describe('Test boxes supplyDefaults', function() {
26
27
it('should set visible to false when x and y are empty', function() {
28
traceIn = {};
29
- supplyDefaults(traceIn, traceOut, defaultColor);
+ supplyDefaults(traceIn, traceOut, defaultColor, {});
30
expect(traceOut.visible).toBe(false);
31
32
traceIn = {
0 commit comments