UNPKG
weleakinfo-cli
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.0
CLI interface for WeLeakInfo API
github.com/daehee/weleakinfo-cli
daehee/weleakinfo-cli
weleakinfo-cli
/
lib
/
__tests__
/
weleakinfo.test.js
9 lines
(7 loc)
•
198 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
assert =
require
(
'assert'
);
const
weleakinfo =
require
(
'../index.js'
);
describe
(
'weleakinfo'
,
() =>
{
it
(
'has a test'
,
() =>
{
assert
(
false
,
'weleakinfo should have a test'
); }); });