UNPKG

weleakinfo-cli

Version:
9 lines (7 loc) 198 B
const assert = require('assert'); const weleakinfo = require('../index.js'); describe('weleakinfo', () => { it('has a test', () => { assert(false, 'weleakinfo should have a test'); }); });