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 e693446 commit 130593eCopy full SHA for 130593e
test/jasmine/tests/image_test.js
@@ -81,7 +81,7 @@ describe('image supplyDefaults', function() {
81
};
82
supplyDefaults(traceIn, traceOut);
83
expect(traceOut.visible).toBe(false);
84
- expect(traceOut.source).toBe(null);
+ expect(traceOut.source).toBe(undefined);
85
86
traceIn = {
87
type: 'image',
0 commit comments