Skip to content

Commit 09a807d

Browse files
committed
add range_slider_initial_valid to image export test cases
1 parent 841667e commit 09a807d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/image/export_test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ var FORMATS = ['svg', 'pdf', 'eps'];
1919

2020
// non-exhaustive list of mocks to test
2121
var DEFAULT_LIST = [
22-
'0', 'geo_first', 'gl3d_z-range', 'text_export', 'layout_image', 'gl2d_12'
22+
'0', 'geo_first', 'gl3d_z-range', 'text_export', 'layout_image', 'gl2d_12',
23+
'range_slider_initial_valid'
2324
];
2425

2526
// return dimensions [in px]

0 commit comments

Comments
 (0)