update tests
This commit is contained in:
parent
7a7f4e71c8
commit
61273634f9
@ -21,12 +21,12 @@ test('mailinater.com should be free', function(t) {
|
|||||||
t.equal(freemail.isFree('smith@mailinater.com'), true);
|
t.equal(freemail.isFree('smith@mailinater.com'), true);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('mailinater.com should be disposible', function(t) {
|
test('mailinater.com should be disposable', function(t) {
|
||||||
t.plan(1);
|
t.plan(1);
|
||||||
t.equal(freemail.isDisposible('smith@mailinater.com'), true);
|
t.equal(freemail.isDisposable('smith@mailinater.com'), true);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('gmail.com should not be disposible', function(t) {
|
test('gmail.com should not be disposable', function(t) {
|
||||||
t.plan(1);
|
t.plan(1);
|
||||||
t.equal(freemail.isDisposible('smith@gmail.com'), false);
|
t.equal(freemail.isDisposable('smith@gmail.com'), false);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user