Open curran opened 8 years ago
it("Should throw an error when setting configuration if no exposed properties.", function (){ var my = ReactiveModel(); assert.throws(function (){ my({ x: 20, y: 50 }); }, /no properties exposed/); });
Part of https://github.com/datavis-tech/reactive-model/issues/33