UNPKG

pwned-checker

Version:

A command line tool to check if an email address has been pwned. Uses the https://haveibeenpwned.com/ api.

11 lines (8 loc) 183 B
const chai = require('chai'); const should = chai.should(); describe('Canary test', () => { it('5 should be 5', () => { const five = 5; five.should.be.equal(5); }); });