UNPKG

e-lado

Version:

[![CircleCI](https://circleci.com/gh/sharetribe/sharetribe/tree/master.svg?style=svg)](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [![Dependency Status](https://gemnasium.com/sharetribe/sharetribe.png)](https://gemnasium.com/sharetribe/shar

23 lines (16 loc) 466 B
// Generated by CoffeeScript 1.6.3 var domConverter; require('./_prepare'); domConverter = mod('domConverter'); describe("input types"); it("should work with objects", function() { return domConverter.objectToDom({}); }); it("should work with arrays", function() { return domConverter.objectToDom([]); }); it("should not work with other types", function() { return (function() { return domConverter.objectToDom('a'); }).should["throw"](Error); });