We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f25127c commit 4b608eeCopy full SHA for 4b608ee
test/jasmine/tests/sliders_test.js
@@ -72,6 +72,10 @@ describe('sliders defaults', function() {
72
supply(layoutIn, layoutOut);
73
74
expect(layoutOut.sliders[0].currentvalue.xanchor).toBeUndefined();
75
+ expect(layoutOut.sliders[0].currentvalue.prefix).toBeUndefined();
76
+ expect(layoutOut.sliders[0].currentvalue.suffix).toBeUndefined();
77
+ expect(layoutOut.sliders[0].currentvalue.offset).toBeUndefined();
78
+ expect(layoutOut.sliders[0].currentvalue.font).toBeUndefined();
79
});
80
81
it('should set the default values equal to the labels', function() {
0 commit comments