Skip to content

Commit

Permalink
feat(build): update plateform files
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed May 22, 2019
1 parent 6afe9ed commit dd697c9
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion platform/clojure/mailchecker.clj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion platform/elixir/mail_checker.ex

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion platform/javascript/MailChecker.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion platform/node/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion platform/php/MailChecker.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion platform/python/MailChecker.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion platform/ruby/mail_checker.rb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion platform/rust/src/lib.rs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/platform.node.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ suite('Node', function () {
});

test("should return false if the email is from a blacklisted domain", function () {
MailChecker.blacklist().forEach(function (domain) {
_.sampleSize(MailChecker.blacklist(), 2000).forEach(function (domain) {
isInvalid("test@" + domain);
isInvalid("test@subdomain." + domain);
isValid("test@" + domain + ".gmail.com");
Expand Down

0 comments on commit dd697c9

Please sign in to comment.