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-mithril
/
plugins.coffee
11 lines
(8 loc)
•
214 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
###
plugins
for
mitril test cases mocha
###
expect =
require
'expect.js'
teacup =
require
'../lib/halvalla-mithril'
describe
'plugins'
, -> it
'are applied via use'
, ->
expect
(teacup.
use
).to.be.a
'function'