Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove line and add test to isIp.test.js
  • Loading branch information
shreysinha25 committed Mar 28, 2025
commit 68bf25d7563b8a73ee680d57a247cc46b524073c
1 change: 0 additions & 1 deletion test/validators.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,6 @@ describe('Validators', () => {
});
});


it('should validate isIPRange', () => {
test({
validator: 'isIPRange',
Expand Down
4 changes: 4 additions & 0 deletions test/validators/isIP.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ describe('isIP', () => {
'2001:db8:0000:1:1:1:1::1',
'0:0:0:0:0:0:ffff:127.0.0.1',
'0:0:0:0:ffff:127.0.0.1',
'BC:e4d5:c:e7b9::%40i0nccymtl9cwfKo.5vaeXLSGRMe:EDh2qs5wkhnPws5xQKqafjfAMm6wGFCJ.bVFsZfb',
'1dC:0DF8:62D:3AC::%KTatXocjaFVioS0RTNQl4mA.V151o0RSy.JIu-D-D8.d3171ZWsSJ7PK4YjkJCRN0F',
],
});

Expand Down Expand Up @@ -238,6 +240,8 @@ describe('isIP', () => {
'2001:db8:0000:1:1:1:1::1',
'0:0:0:0:0:0:ffff:127.0.0.1',
'0:0:0:0:ffff:127.0.0.1',
'BC:e4d5:c:e7b9::%40i0nccymtl9cwfKo.5vaeXLSGRMe:EDh2qs5wkhnPws5xQKqafjfAMm6wGFCJ.bVFsZfb',
'1dC:0DF8:62D:3AC::%KTatXocjaFVioS0RTNQl4mA.V151o0RSy.JIu-D-D8.d3171ZWsSJ7PK4YjkJCRN0F',
],
});
test({
Expand Down
Loading