UNPKG
ticucumber
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
TiCucumber: Cucumber for Appc Alloy.
github.com/Codexlabs/TiCucumber
Codexlabs/TiCucumber
ticucumber
/
commands
/
run
/
index.js
10 lines
•
243 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
console
.
log
(
'ok now what'
);
module
.
exports
=
function
(
args
) {
var
target = args[
0
];
console
.
log
(
'ok now what'
)
//if (!info[target]) {
// U.die('Invalid target for `alloy info`: ' + target);
//} else {
// info[target]();
//}
};