UNPKG
cake-chai
Version:
latest (0.1.1)
0.1.1
0.1.0
Use chai assertians in mocha tasks.
github.com/zeekay/cake-chai
zeekay/cake-chai
cake-chai
/
lib
/
test-ci.js
15 lines
(13 loc)
•
307 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Generated by CoffeeScript 1.10.0
module
.
exports
=
function
(
opts
) {
return
function
(
task
) {
return
task
(
'test:ci'
,
'Run tests'
,
function
(
opts
) {
return
invoke
(
'test'
, {
bail
:
true
,
coverage
:
true
,
ci
:
true
}); }); }; };
//# sourceMappingURL=test-ci.js.map