UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

8 lines (6 loc) 144 B
const path = require('path') module.exports = { getPathToDist (...args) { return path.join(...[__dirname, '..', 'dist', ...args]) }, }