UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

13 lines (10 loc) 164 B
const nmi = require('node-machine-id') function machineId () { return nmi.machineId() .catch(() => { return null }) } module.exports = { machineId, }