UNPKG
email-smtp-check
Version:
latest (0.1.1)
0.1.1
0.1.0
Checks existence of E-Mail SMTP server.
gitlab.com/autokent/email-smtp-check
email-smtp-check
/
test
/
test.js
10 lines
(6 loc)
•
179 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
assert =
require
(
'assert'
);
const
ESV
=
require
(
'../'
);
describe
(
'must callbacks works'
,
function
(
) {
it
(
'should single callback works'
,
function
(
) { }); });