Skip to content

Commit 4b608ee

Browse files
committed
Be more specific about *all* unused slider attrs not set
1 parent f25127c commit 4b608ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/jasmine/tests/sliders_test.js

+4
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ describe('sliders defaults', function() {
7272
supply(layoutIn, layoutOut);
7373

7474
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();
7579
});
7680

7781
it('should set the default values equal to the labels', function() {

0 commit comments

Comments
 (0)