UNPKG
halvalla
Version:
latest (1.8.5)
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.7
1.7.6
1.7.3
1.7.2
1.7.1
1.7.0
1.5.0
0.12.1
0.12.0
0.11.0
0.10.1
0.10.0
0.9.2
0.9.1
Generate React elements with CoffeeScript functions
github.com/jahbini/halvalla
jahbini/halvalla
halvalla
/
test-teacup
/
comments.coffee
8 lines
(6 loc)
•
230 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
expect = require 'expect.js' {render, comment} = require '../lib/halvalla' describe 'Comments', -> it 'renders HTML
<!--comments-->
', -> template = -> comment "Comment" expect(render template).to.equal '
<!--Comment-->
'