UNPKG

apeman-proto-app

Version:
23 lines (22 loc) 402 B
/** * Mock apemanfile. */ "use strict"; module.exports = { get $ctx() { return require('./mock-context'); }, /** Current working directory path */ get $cwd() { return __dirname + '/../../tmp'; }, /** Prototype apps */ get $proto() { return [ require('../../Apemanfile.js') ]; }, get $tmpls(){ return {} } };