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

17 lines (9 loc) 322 B
require './_prepare' domConverter = mod 'domConverter' describe "input types" it "should work with objects", -> domConverter.objectToDom {} it "should work with arrays", -> domConverter.objectToDom [] it "should not work with other types", -> (-> domConverter.objectToDom 'a').should.throw Error