File tree Expand file tree Collapse file tree 2 files changed +1
-74
lines changed Expand file tree Collapse file tree 2 files changed +1
-74
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " deep-email-validator" ,
3- "version" : " 0.1.18 " ,
3+ "version" : " 0.1.19 " ,
44 "files" : [
55 " dist/**/*"
66 ],
Original file line number Diff line number Diff line change @@ -75,56 +75,6 @@ Object {
7575}
7676` ;
7777
78- exports [` validation tests fails with bad mailbox 2` ] = `
79- Object {
80- " reason" : " smtp" ,
81- " valid" : false ,
82- " validators" : Object {
83- " disposable" : Object {
84- " valid" : true ,
85- },
86- " mx" : Object {
87- " valid" : true ,
88- },
89- " regex" : Object {
90- " valid" : true ,
91- },
92- " smtp" : Object {
93- " reason" : " Mailbox not found." ,
94- " valid" : false ,
95- },
96- " typo" : Object {
97- " valid" : true ,
98- },
99- },
100- }
101- ` ;
102-
103- exports [` validation tests fails with bad mailbox 3` ] = `
104- Object {
105- " reason" : " smtp" ,
106- " valid" : false ,
107- " validators" : Object {
108- " disposable" : Object {
109- " valid" : true ,
110- },
111- " mx" : Object {
112- " valid" : true ,
113- },
114- " regex" : Object {
115- " valid" : true ,
116- },
117- " smtp" : Object {
118- " reason" : " Mailbox not found." ,
119- " valid" : false ,
120- },
121- " typo" : Object {
122- " valid" : true ,
123- },
124- },
125- }
126- ` ;
127-
12878exports [` validation tests fails with bad regex 1` ] = `
12979Object {
13080 " reason" : " regex" ,
@@ -248,29 +198,6 @@ Object {
248198}
249199` ;
250200
251- exports [` validation tests passes when valid special char 2` ] = `
252- Object {
253- " valid" : true ,
254- " validators" : Object {
255- " disposable" : Object {
256- " valid" : true ,
257- },
258- " mx" : Object {
259- " valid" : true ,
260- },
261- " regex" : Object {
262- " valid" : true ,
263- },
264- " smtp" : Object {
265- " valid" : true ,
266- },
267- " typo" : Object {
268- " valid" : true ,
269- },
270- },
271- }
272- ` ;
273-
274201exports [` validation tests passes when valid wildcard 1` ] = `
275202Object {
276203 " valid" : true ,
You can’t perform that action at this time.
0 commit comments