UNPKG

apeman-proto-app

Version:
27 lines (25 loc) 398 B
/** * Mock apemanfile. */ 'use strict' module.exports = { get $ctx () { return require('./mock-context') }, /** Current working directory path */ get $cwd () { return `${__dirname}/../../tmp` }, /** Prototype projects */ get $proto () { return [ require('../../Apemanfile.js') ] }, get $tmpls () { return {} }, get $wtchs () { return {} } }