UNPKG
cake-test
Version:
latest (0.1.0)
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
Adds test-related tasks to your Cakefile.
github.com/zeekay/cake-test
zeekay/cake-test
cake-test
/
lib
/
index.js
12 lines
(10 loc)
•
251 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
// Generated by CoffeeScript 1.10.0
module
.
exports
=
function
(
opts
) {
if
(opts ==
null
) { opts = {}; }
require
(
'cake-chai'
)(opts);
require
(
'cake-coverage'
)(opts);
return
require
(
'cake-mocha'
)(opts); };
//# sourceMappingURL=index.js.map