UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

10 lines (7 loc) 136 B
const findProcess = require('find-process') const byPid = (pid) => { return findProcess('pid', pid) } module.exports = { byPid, }