UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

14 lines (10 loc) 223 B
const path = require('path') function dist (...args) { const paths = [__dirname, '..', 'dist'].concat(args) return path.join(...paths) } module.exports = { getPathToDist (...args) { return dist(...args) }, }