UNPKG

299 BJavaScriptView Raw
1/**
2 * Mock apemanfile.
3 */
4'use strict'
5
6module.exports = {
7 /** Current working directory path */
8 get $cwd () {
9 return __dirname + '/../../tmp'
10 },
11 /** Prototype apps */
12 get $proto () {
13 return [
14 require('../../Apemanfile.js')
15 ];
16 },
17 get $tmpls () {
18 return {}
19 }
20}
\No newline at end of file