beach-day
Version:
API integration testing as fun as a day on the beach
10 lines • 327 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var path = require("path");
// 1 more ../ for dist directory
var root = path.join(__dirname, '../../../');
exports.ProjectPaths = {
root: root,
templates: path.join(root, 'src/templates'),
};
//# sourceMappingURL=project-paths.js.map