Skip to content

Commit cb27969

Browse files
committed
🔒 handling of isLinkedToArray attrs in transforms
1 parent 6f03e6b commit cb27969

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)