UNPKG

dad-tool

Version:

Dummy Address Data (DAD) - Retrieve real addresses from all around the world.

9 lines (7 loc) 230 B
/* eslint-env node, mocha */ describe('CLI Implementation', function () { it('prints a random address from the US_UT list to console', async function () { process.argv[2] = 'US_UT'; await import('../cli.js'); }); });