UNPKG

halvalla

Version:

Generate React elements with CoffeeScript functions

10 lines (8 loc) 346 B
expect = require 'expect.js' {render, ie, link} = require '../lib/halvalla' describe 'IE conditionals', -> it 'renders conditional comments', -> template = -> ie 'gte IE8', -> link href: 'ie.css', rel: 'stylesheet' expect(render template).to.equal '<!--[if gte IE8]><link href="ie.css" rel="stylesheet" /><![endif]-->'