UNPKG

400 BJavaScriptView Raw
1/**
2 * This is example Apemanfile to use "apeman-task-contrib-nodeunit".
3 * @see https://github.com/caolan/nodeunit
4 */
5
6"use strict";
7
8module.exports = {
9 $pkg: {/*...*/},
10 $tasks: {
11 // Define your own task.
12 "my-task-01": {
13 "$invoke": "apeman-task-contrib-nodeunit",
14 "$args": [
15
16 ],
17 "$options": {
18
19 }
20 }
21 }
22};
\No newline at end of file