UNPKG

agenta.js

Version:

A BDD and DSL-oriented, scalable Acceptance Testing Framework using Yadda & Webdriver.io.

8 lines (7 loc) 167 B
/* real path */ module.exports = function realPath(base) { var path = require('path'); return function(file) { return path.join(base, file); }; };