UNPKG

rocket

Version:

The rapid development framework for node.js

8 lines (5 loc) 140 B
var path = require('path') ; module.exports = new function() { this.TEST_PROJECT_PATH = path.join(__dirname, 'test_project'); };