Skip to content

Commit 836f412

Browse files
committed
Merge branch 'transform-style-rework-2' of github.com:plotly/plotly.js into transform-style-rework-2
2 parents 6e4f7c0 + cb27969 commit 836f412

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/jasmine/tests/plotschema_test.js

+7
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,13 @@ describe('plot schema', function() {
188188
});
189189
});
190190

191+
it('should work with registered transforms (2)', function() {
192+
var valObjects = plotSchema.transforms.groupby.attributes;
193+
var items = valObjects.styles.items || {};
194+
195+
expect(Object.keys(items)).toEqual(['style']);
196+
});
197+
191198
it('should work with registered components', function() {
192199
expect(plotSchema.traces.scatter.attributes.xcalendar.valType).toEqual('enumerated');
193200
expect(plotSchema.traces.scatter3d.attributes.zcalendar.valType).toEqual('enumerated');

0 commit comments

Comments
 (0)