UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

12 lines (9 loc) 235 B
const send = require('send') const staticPkg = require('@packages/static') module.exports = { handle (req, res) { const pathToFile = staticPkg.getPathToDist(req.params[0]) return send(req, pathToFile) .pipe(res) }, }