UNPKG
fixtable
Version:
latest (2.0.8)
2.0.8
2.0.2
A grid library to present tabular data
github.com/MyPureCloud/fixtable
MyPureCloud/fixtable
fixtable
/
grunt
/
mochaTest.coffee
14 lines
(13 loc)
•
332 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module.exports
=
(
grunt,
options
)
->
test:
options:
reporter:
'spec'
require:
'coffee-script/register'
src:
[
'test/**/*.coffee'
]
coverage:
options:
reporter:
'html-cov'
quiet:
true
require:
'coffee-script/register'
captureFile:
'doc/coverage.html'
src:
[
'test/**/*.coffee'
]