Skip to content

Commit 5b6a7d5

Browse files
committed
fix prereqs for transform_multi_test
1 parent be2b523 commit 5b6a7d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/jasmine/tests/transform_multi_test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ var mockFullLayout = {
1717
_modules: [],
1818
_basePlotModules: [],
1919
_has: function() {},
20-
_dfltTitle: {x: 'xxx', y: 'yyy'}
20+
_dfltTitle: {x: 'xxx', y: 'yyy'},
21+
_requestRangeslider: {}
2122
};
2223

2324

0 commit comments

Comments
 (0)